aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-30
* PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut2014-04-29
* Fix whitespacePeter Eisentraut2014-04-29
* Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane2014-04-29
* Remove unnecessary cast causing a warningGreg Stark2014-04-29
* Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark2014-04-28
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-28
* Minor fixes for ALTER TABLE documentation.Robert Haas2014-04-28
* Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane2014-04-27
* Improve generation algorithm for database system identifier.Tom Lane2014-04-26
* Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane2014-04-26
* Record the proper typmod for an index expression column.Tom Lane2014-04-26
* Fix off-by-one bug in LWLockRegisterTranche().Tom Lane2014-04-25
* Clean up temp installations after client program tests.Tom Lane2014-04-25
* Fix race when updating a tuple concurrently locked by another processAlvaro Herrera2014-04-24
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-24
* Properly build pg_recvlogical in the msvc build systemMagnus Hagander2014-04-24
* Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane2014-04-23
* Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane2014-04-23
* doc: Fix DocBook table column count declarationPeter Eisentraut2014-04-23
* ecpg: Add additional files to .gitignorePeter Eisentraut2014-04-23
* Update obsolete comments.Heikki Linnakangas2014-04-23
* Fix typo, trance -> tranche, in docs.Heikki Linnakangas2014-04-23
* Fix typos in comment.Heikki Linnakangas2014-04-23
* Cleanup of new b-tree page deletion code.Heikki Linnakangas2014-04-23
* Fix documentation of FmgrInfo.fn_nargs.Tom Lane2014-04-22
* Fix broken logic in logical_heap_rewrite_flush_mappings().Tom Lane2014-04-22
* revert 4d0d607a454ee832574afd52a3c515099cc85eb3Bruce Momjian2014-04-22
* doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string"Bruce Momjian2014-04-22
* doc: improve wording of COPY commit 7ec73783d88a743799b0c262f1235f772497fb1dBruce Momjian2014-04-22
* doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINedBruce Momjian2014-04-22
* docs: add results for JSON operator examplesBruce Momjian2014-04-22
* build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian2014-04-22
* docs: clearify use of pg_database.datistemplateBruce Momjian2014-04-22
* release memory used while flushing logical mappingsBruce Momjian2014-04-22
* doc: improve CREATE RULE event listBruce Momjian2014-04-22
* regression test: fix hot standby tests by using repeatable readBruce Momjian2014-04-22
* copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian2014-04-22
* Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas2014-04-22
* Fix Gin README.Heikki Linnakangas2014-04-22
* doc: Improve "replication slot" index entriesPeter Eisentraut2014-04-22
* Fix bug in new B-tree page deletion code.Heikki Linnakangas2014-04-22
* Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas2014-04-22
* Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas2014-04-22
* Avoid transient bogus page contents when creating a sequence.Heikki Linnakangas2014-04-22
* pg_stat_statements forgot to let previous occupant of hook get control too.Tom Lane2014-04-21
* Fix another typo.Robert Haas2014-04-20
* Fix typo.Robert Haas2014-04-20
* doc: CREATE DATABASE doesn't copy template database-level config paramsBruce Momjian2014-04-19
* doc: mention archive_command and recovery_command are exec'ed locallyBruce Momjian2014-04-19