aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas2011-10-28
* Demote some sanity checks in BufferIsValid() to assertions.Robert Haas2011-10-28
* Remove hard-coded "\connect postgres" from pg_dumpall.Robert Haas2011-10-28
* De-parallelize ecpg build some more.Tom Lane2011-10-28
* Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.Robert Haas2011-10-28
* Change "and and" to "and".Robert Haas2011-10-28
* Clarify pg_upgrade error message that the 'postgres' database must existBruce Momjian2011-10-28
* Update docs to point to the timezone library's new home at IANA.Tom Lane2011-10-27
* Update pg_upgrade testing instructions.Bruce Momjian2011-10-27
* Fix the number of lwlocks needed by the "fast path" lock patch. It needsHeikki Linnakangas2011-10-27
* Avoid recursion while processing ELSIF lists in plpgsql.Tom Lane2011-10-27
* Add simple script to check for right recursion in Bison grammars.Tom Lane2011-10-27
* Typo fixes.Tom Lane2011-10-26
* Improve planner's ability to recognize cases where an IN's RHS is unique.Tom Lane2011-10-26
* Fix pg_bsd_indent bug where newlines were not being trimmed from typedefBruce Momjian2011-10-26
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* MingW doesn't support wcstombs_s()...Magnus Hagander2011-10-26
* Change FK trigger naming convention to fix self-referential FKs.Tom Lane2011-10-26
* Change FK trigger creation order to better support self-referential FKs.Tom Lane2011-10-26
* Fix typoMagnus Hagander2011-10-25
* Make event_source visible on all platformsMagnus Hagander2011-10-25
* Remove argument decoration that appears unsupported on mingwMagnus Hagander2011-10-25
* Support configurable eventlog application names on WindowsMagnus Hagander2011-10-25
* Add debugging aid in isolationtesterAlvaro Herrera2011-10-24
* Make TABLE tab complation in psql include all relationsMagnus Hagander2011-10-24
* Make psql support tab completion of EXECUTE <prepared-statement-name>.Tom Lane2011-10-23
* Improve git_changelog's handling of inconsistent commit orderings.Tom Lane2011-10-23
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas2011-10-22
* Code review for pgstat_get_crashed_backend_activity patch.Tom Lane2011-10-21
* More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane2011-10-21
* Try to log current the query string when a backend crashes.Robert Haas2011-10-21
* Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas2011-10-21
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Rewrite tab completion's previous-word fetching for more sanity.Tom Lane2011-10-20
* Fix get_object_namespace() not to think extensions are "in" a schema.Robert Haas2011-10-20
* Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.Robert Haas2011-10-19
* Remove a few of the new DROP-IF-EXISTS regression tests.Robert Haas2011-10-19
* Consolidate DROP handling for some object types.Robert Haas2011-10-19
* Add some more regression tests for DROP IF EXISTS.Robert Haas2011-10-19
* Document that postmaster.opts is excluded from base backupsRobert Haas2011-10-19
* Suppress remaining -Waddress warnings from recent gcc versions.Tom Lane2011-10-18
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Make the CHECKPOINT reference page more clear.Robert Haas2011-10-18
* Reject empty pg_hba.conf files.Tom Lane2011-10-18
* Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane2011-10-18
* Fix pg_dump to dump casts between auto-generated types.Tom Lane2011-10-18
* Exclude postmaster.opts from base backupsMagnus Hagander2011-10-18
* Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane2011-10-16