aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* Document that BBU's do not allow partial page writes to be safely turnedBruce Momjian2010-12-22
* Typo fix.Robert Haas2010-12-22
* Wording improvements for pg_ctl manual page.Bruce Momjian2010-12-22
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-22
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-21
* Fix typos.Robert Haas2010-12-21
* Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas2010-12-21
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-20
* Fix typoAlvaro Herrera2010-12-20
* Remove thread dumping constant that requires newer Platform SDKMagnus Hagander2010-12-19
* Fix up handling of simple-form CASE with constant test expression.Tom Lane2010-12-19
* Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane2010-12-19
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-19
* Properly print the IP number and "localhost" for failed localhostBruce Momjian2010-12-18
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18
* set_ps_display when calling functions via fastpathAlvaro Herrera2010-12-17
* Remove unnecessary definition for autovacuum in SignalSomeChildren.Alvaro Herrera2010-12-17
* Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.Robert Haas2010-12-17
* Reset 'ps' display just once when resolving VXID conflicts.Robert Haas2010-12-17
* Waiting for complete startup is now a well-defined operation.Robert Haas2010-12-16
* Improve comments around startup_hacks() code.Tom Lane2010-12-16
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Avoid clobbering errno, per comment from Tom.Alvaro Herrera2010-12-16
* Fix inconsequential FILE pointer leakageAlvaro Herrera2010-12-16
* Add some minor missing error checksAlvaro Herrera2010-12-16
* Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera2010-12-16
* Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian2010-12-16
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-15
* Some copy editing of pg_read_binary_file() patch.Robert Haas2010-12-15
* Document timestamptz a little better.Robert Haas2010-12-15
* Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro2010-12-16
* Use "upgrade" in preference over "migrate" in pg_upgrade messages andBruce Momjian2010-12-15
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Improved tab completion for views with triggers.Robert Haas2010-12-13
* Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23.Tom Lane2010-12-13
* Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas2010-12-13
* Remove recently reintroduced CVS keywordPeter Eisentraut2010-12-13
* Document replacement of pg_class.relistemp with relpersistence.Robert Haas2010-12-13
* Update time zone data files to tzdata release 2010o: DST law changes inTom Lane2010-12-13
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Reset all database-level stats in pgstat_recv_resetcounter().Tom Lane2010-12-12
* Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane2010-12-12
* Clean up some copied-and-pasted code in pg_upgrade.Tom Lane2010-12-11
* Provide a complete set of file-permission-bit macros in win32.h.Tom Lane2010-12-11
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Add required new port files to MSVC builds.Magnus Hagander2010-12-11
* Minor documentation cleanup.Robert Haas2010-12-10
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-10