summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-22Avoid transient bogus page contents when creating a sequence.Heikki Linnakangas
2014-04-21pg_stat_statements forgot to let previous occupant of hook get control too.Tom Lane
2014-04-20Fix another typo.Robert Haas
2014-04-20Fix typo.Robert Haas
2014-04-19doc: CREATE DATABASE doesn't copy template database-level config paramsBruce Momjian
2014-04-19doc: mention archive_command and recovery_command are exec'ed locallyBruce Momjian
2014-04-19docs: tablespaces cannot be accessed independentlyBruce Momjian
2014-04-19libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian
2014-04-18Fix typoMagnus Hagander
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-17Fix unused-variable warning on Windows.Tom Lane
2014-04-17pgcrypto: fix memset() calls that might be optimized awayBruce Momjian
2014-04-17report stat() error in trigger file checkBruce Momjian
2014-04-17pg_upgrade: throw an error for non-existent tablespace directoriesBruce Momjian
2014-04-17docs: adjustments for streaming standbys that disconnect frequentlyBruce Momjian
2014-04-17Set the all-visible flag on heap page before writing WAL record, not after.Heikki Linnakangas
2014-04-17Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane
2014-04-16docs: properly document psql auto encoding modeBruce Momjian
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-04-16doc: move min_recovery_apply_delay into the right sectionBruce Momjian
2014-04-16psql: update --help output for unaligned mode paramsBruce Momjian