aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* De-anonymize the union in JsonbValue.Tom Lane2014-04-02
* Fix bugs in manipulation of PgBackendStatus.st_clienthostname.Tom Lane2014-04-01
* Fix bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-01
* Doc: improve discussion of reverse+forward host name lookup in pg_hba.conf.Tom Lane2014-04-01
* Remove dead check for backup block, replace with Assert.Heikki Linnakangas2014-04-01
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-01
* Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas2014-04-01
* Fix typo in comment.Heikki Linnakangas2014-04-01
* Mark FastPathStrongRelationLocks volatile.Robert Haas2014-03-31
* test_decoding: Update .gitignoreRobert Haas2014-03-31
* Count buffers dirtied due to hints in pgBufferUsage.shared_blks_dirtied.Robert Haas2014-03-31
* Fix thinko in logical decoding code.Robert Haas2014-03-31
* Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas2014-03-31
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-31
* Use separate output dirs for test_decoding's two runs.Andrew Dunstan2014-03-30
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* Fix dumping of a materialized view that depends on a table's primary key.Tom Lane2014-03-29
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-29
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-29
* Document platform-specificity of unix_socket_permissions.Noah Misch2014-03-29
* Force consistent row order in contrib/test_decoding regression test.Noah Misch2014-03-29
* Improve regression test for pg_filenode_relation().Tom Lane2014-03-28
* Adjust getpwuid() fix commit to display errno string on failureBruce Momjian2014-03-28
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-28
* Un-break peer authentication.Tom Lane2014-03-28
* Improve documentation note about Python 2.3 and cdecimal.Tom Lane2014-03-27
* contrib/test_decoding: adjust expected outputBruce Momjian2014-03-27
* Silence compiler warnings in new jsonb code.Heikki Linnakangas2014-03-27
* Document that Python 2.3 requires cdecimal module for full functionality.Tom Lane2014-03-26
* Fix uninitialized variables in json's populate_record_worker().Andrew Dunstan2014-03-26
* Fix refcounting bug in PLy_modify_tuple().Tom Lane2014-03-26
* Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG.Heikki Linnakangas2014-03-26
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* pg_upgrade: use pg_usleep(); remove Windows workaroundBruce Momjian2014-03-26
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Use pg_usleep() instead of plain sleep(), to fix Windows buildHeikki Linnakangas2014-03-26
* Add -f/--follow option to pg_xlogdump.Heikki Linnakangas2014-03-26
* Fix 'recheck' flag in tsquery's GIN tri-consistent function.Heikki Linnakangas2014-03-26
* Tidy up the populate/to_record{set} code for json a bit.Andrew Dunstan2014-03-25
* Don't forget to flush XLOG_PARAMETER_CHANGE record.Fujii Masao2014-03-26
* Fix typos in pg_basebackup documentationMagnus Hagander2014-03-25
* doc: list unlogged tables as a non-durable optionBruce Momjian2014-03-24
* Remove wchar.c Asserts that were stricter than the main codeBruce Momjian2014-03-24
* docs: Add short "cover density" descriptionBruce Momjian2014-03-24
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-24
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-24
* Fix START_REPLICATION syntax in document.Fujii Masao2014-03-24
* Remove dead code and add comments.Heikki Linnakangas2014-03-24
* Fix "the the" typos.Heikki Linnakangas2014-03-24