2017-01-13 |
Robert Haas | Fix cardinality estimates for parallel joins. |
commit | commitdiff | tree |
2017-01-12 |
Tom Lane | Fix field order in struct catcache. |
commit | commitdiff | tree |
2017-01-12 |
Peter Eisentraut | Fix mistake in comment |
commit | commitdiff | tree |
2017-01-12 |
Peter Eisentraut | Make whitespace consistent inside some script files |
commit | commitdiff | tree |
2017-01-12 |
Robert Haas | Fix incorrect function name in comment. |
commit | commitdiff | tree |
2017-01-11 |
Stephen Frost | pg_restore: Don't allow non-positive number of jobs |
commit | commitdiff | tree |
2017-01-11 |
Magnus Hagander | Fix some typos in comments |
commit | commitdiff | tree |
2017-01-11 |
Bruce Momjian | pg_xlogdump: document --path behavior |
commit | commitdiff | tree |
2017-01-10 |
Stephen Frost | pg_dump: Strict names with no matching schema |
commit | commitdiff | tree |
2017-01-10 |
Alvaro Herrera | Fix overflow check in StringInfo; add missing casts |
commit | commitdiff | tree |
2017-01-10 |
Robert Haas | Improve coding in _hash_addovflpage. |
commit | commitdiff | tree |
2017-01-10 |
Stephen Frost | Fix invalid-parallel-jobs error message |
commit | commitdiff | tree |
2017-01-09 |
Tom Lane | Fix error handling in pltcl_returnnext. |
commit | commitdiff | tree |
2017-01-09 |
Alvaro Herrera | Fix ALTER TABLE / SET TYPE for irregular inheritance |
commit | commitdiff | tree |
2017-01-09 |
Alvaro Herrera | BRIN revmap pages are not standard pages ... |
commit | commitdiff | tree |
2017-01-09 |
Tom Lane | Expand the regression tests for PL/Tcl. |
commit | commitdiff | tree |
2017-01-09 |
Magnus Hagander | Use an enum instead of two bools to indicate wal inclus... |
commit | commitdiff | tree |
2017-01-07 |
Tom Lane | Get rid of ParseState.p_value_substitute; use a columnr... |
commit | commitdiff | tree |
2017-01-07 |
Tom Lane | Improve documentation of struct ParseState. |
commit | commitdiff | tree |
2017-01-06 |
Stephen Frost | Add basic pg_dumpall/pg_restore TAP tests |
commit | commitdiff | tree |
2017-01-06 |
Tom Lane | Merge two copies of tuple-building code in pltcl.c. |
commit | commitdiff | tree |
2017-01-06 |
Stephen Frost | Protect against NULL-dereference in pg_dump |
commit | commitdiff | tree |
2017-01-06 |
Tom Lane | Invalidate cached plans on FDW option changes. |
commit | commitdiff | tree |
2017-01-06 |
Robert Haas | Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e. |
commit | commitdiff | tree |
2017-01-05 |
Robert Haas | Fix possible leak of semaphore count. |
commit | commitdiff | tree |
2017-01-05 |
Peter Eisentraut | Use 'use strict' in all Perl programs |
commit | commitdiff | tree |
2017-01-05 |
Robert Haas | Fix possible crash reading pg_stat_activity. |
commit | commitdiff | tree |
2017-01-05 |
Tom Lane | Fix handling of empty arrays in array_fill(). |
commit | commitdiff | tree |
2017-01-05 |
Simon Riggs | Fix format for TAP test docs |
commit | commitdiff | tree |
2017-01-04 |
Tom Lane | Handle OID column inheritance correctly in ALTER TABLE... |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Improve documentation of timestamp internal representation. |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Assorted code improvements for table partitioning. |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Remove unnecessary arguments from partitioning functions. |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Fix reporting of constraint violations for table partit... |
commit | commitdiff | tree |
2017-01-04 |
Simon Riggs | Add new TAP tests for pg_recvlogical |
commit | commitdiff | tree |
2017-01-04 |
Simon Riggs | Add pg_recvlogical โ-endpos=LSN |
commit | commitdiff | tree |
2017-01-04 |
Tom Lane | Prefer int-wide pg_atomic_flag over char-wide when... |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Move partition_tuple_slot out of EState. |
commit | commitdiff | tree |
2017-01-04 |
Tom Lane | Re-allow SSL passphrase prompt at server start, but... |
commit | commitdiff | tree |
2017-01-04 |
Robert Haas | Update obsolete comments in lwlock.h. |
commit | commitdiff | tree |
2017-01-04 |
Simon Riggs | Add 18 new recovery TAP tests |
commit | commitdiff | tree |
2017-01-04 |
Simon Riggs | Allow PostgresNode.pm tests to wait for catchup |
commit | commitdiff | tree |
2017-01-04 |
Peter Eisentraut | Better fix for sequence access in hot standby test |
commit | commitdiff | tree |
2017-01-04 |
Magnus Hagander | Attempt to handle pending-delete files on Windows |
commit | commitdiff | tree |
2017-01-04 |
Magnus Hagander | Make wal streaming the default mode for pg_basebackup |
commit | commitdiff | tree |
2017-01-03 |
Bruce Momjian | Update copyright via script for 2017 |
commit | commitdiff | tree |
2017-01-03 |
Bruce Momjian | Update manual set of copyright files for 2017 |
commit | commitdiff | tree |
2017-01-03 |
Bruce Momjian | Update copyright for 2017 |
commit | commitdiff | tree |
2017-01-03 |
Tom Lane | Disable prompting for passphrase while (re)loading... |
commit | commitdiff | tree |
2017-01-03 |
Peter Eisentraut | Fix hot standby tests for sequence catalog change |
commit | commitdiff | tree |
2017-01-03 |
Heikki Linnakangas | Remove bogus notice that older clients might not work... |
commit | commitdiff | tree |
2017-01-03 |
Tom Lane | Allow SSL configuration to be updated at SIGHUP. |
commit | commitdiff | tree |
2017-01-02 |
Tom Lane | Use clock_gettime(), if available, in instr_time measur... |
commit | commitdiff | tree |
2017-01-02 |
Tom Lane | In pgbench logging, avoid assuming that instr_times... |
commit | commitdiff | tree |
2017-01-01 |
Tom Lane | Avoid assuming that instr_time == struct timeval in... |
commit | commitdiff | tree |
2016-12-31 |
Tom Lane | Fix unstable regression test results. |
commit | commitdiff | tree |
2016-12-29 |
Tom Lane | Remove manual breaks in NodeTag assignments to fix... |
commit | commitdiff | tree |
2016-12-29 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
2016-12-29 |
Peter Eisentraut | Expand ad-hoc unit abbreviations in function descriptions |
commit | commitdiff | tree |
2016-12-29 |
Peter Eisentraut | Make more use of RoleSpec struct |
commit | commitdiff | tree |
2016-12-27 |
Tom Lane | Fix interval_transform so it doesn't throw away non... |
commit | commitdiff | tree |
2016-12-27 |
Andrew Dunstan | Explain unaccounted for space in pgstattuple. |
commit | commitdiff | tree |
2016-12-27 |
Magnus Hagander | Don't rename .partial files in pg_receivexlog if an... |
commit | commitdiff | tree |
2016-12-27 |
Magnus Hagander | Fix typo comments |
commit | commitdiff | tree |
2016-12-26 |
Tom Lane | Remove triggerable Assert in hashname(). |
commit | commitdiff | tree |
2016-12-25 |
Tom Lane | Fix incorrect error reporting for duplicate data in... |
commit | commitdiff | tree |
2016-12-24 |
Stephen Frost | pg_dumpall: Include --verbose option in --help output |
commit | commitdiff | tree |
2016-12-24 |
Stephen Frost | Fix tab completion in psql for ALTER DEFAULT PRIVILEGES |
commit | commitdiff | tree |
2016-12-23 |
Tom Lane | Replace enum InhOption with simple boolean. |
commit | commitdiff | tree |
2016-12-23 |
Peter Eisentraut | Remove unnecessary casts of makeNode() result |
commit | commitdiff | tree |
2016-12-23 |
Tom Lane | Doc: improve index entry for "median". |
commit | commitdiff | tree |
2016-12-23 |
Tom Lane | Spellcheck: s/descendent/descendant/g |
commit | commitdiff | tree |
2016-12-23 |
Peter Eisentraut | pg_dump: Remove obsolete handling of sequence names |
commit | commitdiff | tree |
2016-12-23 |
Robert Haas | Remove sql_inheritance GUC. |
commit | commitdiff | tree |
2016-12-23 |
Robert Haas | Remove _hash_chgbufaccess(). |
commit | commitdiff | tree |
2016-12-23 |
Joe Conway | Improve RLS documentation with respect to COPY |
commit | commitdiff | tree |
2016-12-22 |
Robert Haas | Fix tuple routing in cases where tuple descriptors... |
commit | commitdiff | tree |
2016-12-22 |
Stephen Frost | Use TSConfigRelationId in AlterTSConfiguration() |
commit | commitdiff | tree |
2016-12-22 |
Tom Lane | Fix CREATE TABLE ... LIKE ... WITH OIDS. |
commit | commitdiff | tree |
2016-12-22 |
Peter Eisentraut | Update sequence_1.out for recent changes |
commit | commitdiff | tree |
2016-12-22 |
Peter Eisentraut | doc: Further speed improvements for HTML XSLT build |
commit | commitdiff | tree |
2016-12-22 |
Tom Lane | Fix handling of expanded objects in CoerceToDomain... |
commit | commitdiff | tree |
2016-12-22 |
Andres Freund | Skip checkpoints, archiving on idle systems. |
commit | commitdiff | tree |
2016-12-22 |
Robert Haas | Fix broken error check in _hash_doinsert. |
commit | commitdiff | tree |
2016-12-22 |
Joe Conway | Make dblink try harder to form useful error messages |
commit | commitdiff | tree |
2016-12-22 |
Robert Haas | Code review for ATExecAttachPartition. |
commit | commitdiff | tree |
2016-12-22 |
Joe Conway | Protect dblink from invalid options when using postgres... |
commit | commitdiff | tree |
2016-12-22 |
Heikki Linnakangas | Simplify tape block format. |
commit | commitdiff | tree |
2016-12-22 |
Tom Lane | Give a useful error message if uuid-ossp is built witho... |
commit | commitdiff | tree |
2016-12-22 |
Michael Meskes | Fix buffer overflow on particularly named files and... |
commit | commitdiff | tree |
2016-12-21 |
Joe Conway | Improve dblink error message when remote does not provi... |
commit | commitdiff | tree |
2016-12-21 |
Tom Lane | Fix detection of unfinished Unicode surrogate pair... |
commit | commitdiff | tree |
2016-12-21 |
Tom Lane | Fix strange behavior (and possible crashes) in full... |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | Improve ALTER TABLE documentation |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | Fix dumping of casts and transforms using built-in... |
commit | commitdiff | tree |
2016-12-21 |
Stephen Frost | For 8.0 servers, get last built-in oid from pg_database |
commit | commitdiff | tree |
2016-12-21 |
Dean Rasheed | Fix order of operations in CREATE OR REPLACE VIEW. |
commit | commitdiff | tree |
2016-12-21 |
Robert Haas | Convert elog() to ereport() and do some wordsmithing. |
commit | commitdiff | tree |
2016-12-21 |
Robert Haas | Refactor partition tuple routing code to reduce duplica... |
commit | commitdiff | tree |
2016-12-21 |
Robert Haas | Fix corner-case bug in WaitEventSetWaitBlock on Windows. |
commit | commitdiff | tree |
next |