aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-02
* Initialize myProcLocks queues just once, at postmaster startup.Robert Haas2011-11-01
* Preserve Var location information during flatten_join_alias_vars.Tom Lane2011-11-01
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Have checkpointer send stats once each processing loop.Simon Riggs2011-11-01
* Update pg_upgrade comment on missing 'postgres' database.Bruce Momjian2011-11-01
* Add new file for checkpointer.cSimon Riggs2011-11-01
* Allow pg_upgrade to upgrade an old cluster that doesn't have aBruce Momjian2011-11-01
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Document that multiple LDAP servers can be specifiedMagnus Hagander2011-11-01
* Stop btree indexscans upon reaching nulls in either direction.Tom Lane2011-10-31
* Support more locale-specific formatting options in cash_out().Tom Lane2011-10-30
* Further improvement of make_greater_string.Tom Lane2011-10-30
* Update visibilitymap.c header comments.Robert Haas2011-10-29
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-29
* Improve make_greater_string() with encoding-specific incrementers.Robert Haas2011-10-29
* Remove pg_upgrade dependency on the 'postgres' database existing in theBruce Momjian2011-10-28
* 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