aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Another fix for larger postmaster.pid files.Bruce Momjian2010-12-28
* Fix code to properly pull out shared memory key now that theBruce Momjian2010-12-27
* Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane2010-12-27
* Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane2010-12-27
* Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan2010-12-26
* Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian2010-12-24
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-24
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-23
* 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
* 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
* 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
* 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
* Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()Alvaro Herrera2010-12-16
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Some copy editing of pg_read_binary_file() patch.Robert Haas2010-12-15
* Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro2010-12-16
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas2010-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
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Fix efficiency problems in tuplestore_trim().Tom Lane2010-12-10
* Self review of previous patch. Fix assumption that xmax >= xmin.Simon Riggs2010-12-09
* Reduce spurious Hot Standby conflicts from never-visible records.Simon Riggs2010-12-09
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Add a stack overflow check to copyObject().Tom Lane2010-12-06
* Allow the low level COPY routines to read arbitrary numbers of fields.Andrew Dunstan2010-12-06
* Fix two typos, by Fujii Masao.Heikki Linnakangas2010-12-06
* Put only single space after "Sort Method:", for consistencyPeter Eisentraut2010-12-06
* Reduce memory consumption inside inheritance_planner().Tom Lane2010-12-05
* Fix two small bugs in new gistget.c logic.Tom Lane2010-12-04
* Add external documentation for KNNGIST.Tom Lane2010-12-03
* Put back gistgettuple's check for backwards scan request.Tom Lane2010-12-03