| 2017-01-03 |  Bruce Momjian | Update manual set of copyright files for 2017 | commit | commitdiff | tree | snapshot | 
| 2017-01-03 |  Bruce Momjian | Update copyright for 2017 | commit | commitdiff | tree | snapshot | 
| 2017-01-03 |  Tom Lane | Disable prompting for passphrase while (re)loading... | commit | commitdiff | tree | snapshot | 
| 2017-01-03 |  Peter Eisentraut | Fix hot standby tests for sequence catalog change | commit | commitdiff | tree | snapshot | 
| 2017-01-03 |  Heikki Linnakangas | Remove bogus notice that older clients might not work... | commit | commitdiff | tree | snapshot | 
| 2017-01-03 |  Tom Lane | Allow SSL configuration to be updated at SIGHUP. | commit | commitdiff | tree | snapshot | 
| 2017-01-02 |  Tom Lane | Use clock_gettime(), if available, in instr_time measur... | commit | commitdiff | tree | snapshot | 
| 2017-01-02 |  Tom Lane | In pgbench logging, avoid assuming that instr_times... | commit | commitdiff | tree | snapshot | 
| 2017-01-01 |  Tom Lane | Avoid assuming that instr_time == struct timeval in... | commit | commitdiff | tree | snapshot | 
| 2016-12-31 |  Tom Lane | Fix unstable regression test results. | commit | commitdiff | tree | snapshot | 
| 2016-12-29 |  Tom Lane | Remove manual breaks in NodeTag assignments to fix... | commit | commitdiff | tree | snapshot | 
| 2016-12-29 |  Peter Eisentraut | Fix typo in comment | commit | commitdiff | tree | snapshot | 
| 2016-12-29 |  Peter Eisentraut | Expand ad-hoc unit abbreviations in function descriptions | commit | commitdiff | tree | snapshot | 
| 2016-12-29 |  Peter Eisentraut | Make more use of RoleSpec struct | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Tom Lane | Fix interval_transform so it doesn't throw away non... | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Andrew Dunstan | Explain unaccounted for space in pgstattuple. | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Magnus Hagander | Don't rename .partial files in pg_receivexlog if an... | commit | commitdiff | tree | snapshot | 
| 2016-12-27 |  Magnus Hagander | Fix typo comments | commit | commitdiff | tree | snapshot | 
| 2016-12-26 |  Tom Lane | Remove triggerable Assert in hashname(). | commit | commitdiff | tree | snapshot | 
| 2016-12-25 |  Tom Lane | Fix incorrect error reporting for duplicate data in... | commit | commitdiff | tree | snapshot | 
| 2016-12-24 |  Stephen Frost | pg_dumpall: Include --verbose option in --help output | commit | commitdiff | tree | snapshot | 
| 2016-12-24 |  Stephen Frost | Fix tab completion in psql for ALTER DEFAULT PRIVILEGES | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Tom Lane | Replace enum InhOption with simple boolean. | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Peter Eisentraut | Remove unnecessary casts of makeNode() result | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Tom Lane | Doc: improve index entry for "median". | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Tom Lane | Spellcheck: s/descendent/descendant/g | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Peter Eisentraut | pg_dump: Remove obsolete handling of sequence names | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Robert Haas | Remove sql_inheritance GUC. | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Robert Haas | Remove _hash_chgbufaccess(). | commit | commitdiff | tree | snapshot | 
| 2016-12-23 |  Joe Conway | Improve RLS documentation with respect to COPY | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Robert Haas | Fix tuple routing in cases where tuple descriptors... | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Stephen Frost | Use TSConfigRelationId in AlterTSConfiguration() | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Tom Lane | Fix CREATE TABLE ... LIKE ... WITH OIDS. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Peter Eisentraut | Update sequence_1.out for recent changes | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Peter Eisentraut | doc: Further speed improvements for HTML XSLT build | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Tom Lane | Fix handling of expanded objects in CoerceToDomain... | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Andres Freund | Skip checkpoints, archiving on idle systems. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Robert Haas | Fix broken error check in _hash_doinsert. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Joe Conway | Make dblink try harder to form useful error messages | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Robert Haas | Code review for ATExecAttachPartition. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Joe Conway | Protect dblink from invalid options when using postgres... | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Heikki Linnakangas | Simplify tape block format. | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Tom Lane | Give a useful error message if uuid-ossp is built witho... | commit | commitdiff | tree | snapshot | 
| 2016-12-22 |  Michael Meskes | Fix buffer overflow on particularly named files and... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Joe Conway | Improve dblink error message when remote does not provi... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Tom Lane | Fix detection of unfinished Unicode surrogate pair... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Tom Lane | Fix strange behavior (and possible crashes) in full... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Stephen Frost | Improve ALTER TABLE documentation | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Stephen Frost | Fix dumping of casts and transforms using built-in... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Stephen Frost | For 8.0 servers, get last built-in oid from pg_database | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Dean Rasheed | Fix order of operations in CREATE OR REPLACE VIEW. | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Robert Haas | Convert elog() to ereport() and do some wordsmithing. | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Robert Haas | Refactor partition tuple routing code to reduce duplica... | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Robert Haas | Fix corner-case bug in WaitEventSetWaitBlock on Windows. | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Robert Haas | Refactor merge path generation code. | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Peter Eisentraut | Reorder pg_sequence columns to avoid alignment issue | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Fujii Masao | Forbid invalid combination of options in pg_basebackup. | commit | commitdiff | tree | snapshot | 
| 2016-12-21 |  Tom Lane | Fix minor oversights in nodeAgg.c. | commit | commitdiff | tree | snapshot | 
| 2016-12-20 |  Tom Lane | Fix minor error message style violation. | commit | commitdiff | tree | snapshot | 
| 2016-12-20 |  Peter Eisentraut | Add pg_sequence system catalog | commit | commitdiff | tree | snapshot | 
| 2016-12-20 |  Heikki Linnakangas | Fix sharing Agg transition state of DISTINCT or ordered... | commit | commitdiff | tree | snapshot | 
| 2016-12-20 |  Robert Haas | Invalid parent's relcache after CREATE TABLE .. PARTITI... | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Robert Haas | Provide a DSA area for all parallel queries. | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Tom Lane | Fix handling of phrase operator removal while removing... | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Robert Haas | Fix locking problem in _hash_squeezebucket() / _hash_fr... | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Robert Haas | Remove unused file. | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Fujii Masao | Support quorum-based synchronous replication. | commit | commitdiff | tree | snapshot | 
| 2016-12-19 |  Magnus Hagander | Fix base backup rate limiting in presence of slow i/o | commit | commitdiff | tree | snapshot | 
| 2016-12-18 |  Noah Misch | MSVC: Position MSBFLAGS after flags it might override. | commit | commitdiff | tree | snapshot | 
| 2016-12-18 |  Tom Lane | In contrib/uuid-ossp, #include headers needed for ntohl... | commit | commitdiff | tree | snapshot | 
| 2016-12-17 |  Tom Lane | Fix FK-based join selectivity estimation for semi/antij... | commit | commitdiff | tree | snapshot | 
| 2016-12-17 |  Peter Eisentraut | doc: Remove some trailing whitespace | commit | commitdiff | tree | snapshot | 
| 2016-12-17 |  Magnus Hagander | Fix typos in comments | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Robert Haas | Fix outdated comment in lwlock.c | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Fujii Masao | Ensure that num_sync is greater than zero in synchronou... | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Tom Lane | Improve documentation around TS_execute(). | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Robert Haas | Simplify LWLock tranche machinery by removing array_bas... | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Fujii Masao | Add missing documentation for effective_io_concurrency... | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Robert Haas | Unbreak Finalize HashAggregate over Partial HashAggregate. | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Robert Haas | Fix more hash index bugs around marking buffers dirty. | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Robert Haas | Remove _hash_wrtbuf() in favor of calling MarkBufferDir... | commit | commitdiff | tree | snapshot | 
| 2016-12-16 |  Heikki Linnakangas | Fix off-by-one in memory allocation for quote_literal_c... | commit | commitdiff | tree | snapshot | 
| 2016-12-15 |  Tom Lane | Sync our copy of the timezone library with IANA release... | commit | commitdiff | tree | snapshot | 
| 2016-12-15 |  Magnus Hagander | Add missing newline in message | commit | commitdiff | tree | snapshot | 
| 2016-12-15 |  Peter Eisentraut | Various temporary slots test improvements | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Tom Lane | Improve handling of array elements as getdiag_targets... | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Tom Lane | Prevent planagg.c from failing on queries containing... | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Robert Haas | Fix bug in hashbulkdelete. | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Robert Haas | Fix bugs in RelationGetPartitionDispatchInfo. | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Robert Haas | Clean up code, comments, and formatting for table parti... | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Robert Haas | Update typedefs.list | commit | commitdiff | tree | snapshot | 
| 2016-12-13 |  Robert Haas | doc: Improve documentation related to table partitionin... | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Robert Haas | Remove should_free arguments to tuplesort routines. | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Tom Lane | Catversion bump for temporary replication slots. | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Tom Lane | Fix race condition in test_decoding "slot" test. | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Robert Haas | doc: Fix purported type of pg_am.amhandler to match... | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Tom Lane | Make the different Unix-y semaphore implementations... | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Robert Haas | psql: Fix incorrect version check for table partitining. | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Tom Lane | Fix creative, but unportable, spelling of "ptr != NULL". | commit | commitdiff | tree | snapshot | 
| 2016-12-12 |  Peter Eisentraut | Add support for temporary replication slots | commit | commitdiff | tree | snapshot | 
| next |