summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-30Rationalize common/relpath.[hc].Tom Lane
2014-04-30Check for interrupts and stack overflow during rule/view dumps.Tom Lane
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Limit overall indentation in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-30Fix uninitialized-variable warnings induced by recent commit.Tom Lane
2014-04-30Add missing SYSTEMQUOTEsHeikki Linnakangas
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2014-04-30Fix whitespacePeter Eisentraut
2014-04-29Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane
2014-04-29Remove unnecessary cast causing a warningGreg Stark
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-04-28Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas
2014-04-28Minor fixes for ALTER TABLE documentation.Robert Haas
2014-04-28Can't completely get rid of #ifndef FRONTEND in palloc.h :-(Tom Lane
2014-04-26Improve generation algorithm for database system identifier.Tom Lane
2014-04-26Don't #include utils/palloc.h in common/fe_memutils.h.Tom Lane
2014-04-26Record the proper typmod for an index expression column.Tom Lane
2014-04-25Fix off-by-one bug in LWLockRegisterTranche().Tom Lane
2014-04-25Clean up temp installations after client program tests.Tom Lane
2014-04-24Fix race when updating a tuple concurrently locked by another processAlvaro Herrera
2014-04-24Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane
2014-04-24Properly build pg_recvlogical in the msvc build systemMagnus Hagander
2014-04-24Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-23doc: Fix DocBook table column count declarationPeter Eisentraut
2014-04-23ecpg: Add additional files to .gitignorePeter Eisentraut
2014-04-23Update obsolete comments.Heikki Linnakangas
2014-04-23Fix typo, trance -> tranche, in docs.Heikki Linnakangas
2014-04-23Fix typos in comment.Heikki Linnakangas
2014-04-23Cleanup of new b-tree page deletion code.Heikki Linnakangas
2014-04-23Fix documentation of FmgrInfo.fn_nargs.Tom Lane
2014-04-23Fix broken logic in logical_heap_rewrite_flush_mappings().Tom Lane
2014-04-23revert 4d0d607a454ee832574afd52a3c515099cc85eb3Bruce Momjian
2014-04-23doc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f for "null string"Bruce Momjian
2014-04-22doc: improve wording of COPY commit 7ec73783d88a743799b0c262f1235f772497fb1dBruce Momjian
2014-04-22doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINedBruce Momjian
2014-04-22docs: add results for JSON operator examplesBruce Momjian
2014-04-22build: add EXTRA_REGRESS_OPTS to all pg_regress invocationsBruce Momjian
2014-04-22docs: clearify use of pg_database.datistemplateBruce Momjian
2014-04-22release memory used while flushing logical mappingsBruce Momjian
2014-04-22doc: improve CREATE RULE event listBruce Momjian
2014-04-22regression test: fix hot standby tests by using repeatable readBruce Momjian
2014-04-22copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian
2014-04-22Fix bug in the new B-tree incomplete-split code.Heikki Linnakangas
2014-04-22Fix Gin README.Heikki Linnakangas
2014-04-22doc: Improve "replication slot" index entriesPeter Eisentraut
2014-04-22Fix bug in new B-tree page deletion code.Heikki Linnakangas
2014-04-22Retain original physical order of tuples in redo of b-tree splits.Heikki Linnakangas
2014-04-22Fix rm_desc routine of b-tree page delete records.Heikki Linnakangas