aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add array_contains_nulls() function in arrayfuncs.c.Tom Lane2011-01-08
* Fix up gincostestimate for new extractQuery API.Tom Lane2011-01-08
* Remove pg_am.amindexnulls.Tom Lane2011-01-08
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-08
* Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian2011-01-07
* Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.Bruce Momjian2011-01-07
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Improve recovery.conf.sample comments.Robert Haas2011-01-07
* New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro2011-01-07
* Improve C comments about backend variables set by pg_upgrade_supportBruce Momjian2011-01-06
* Give superusers REPLIACTION permission by defaultMagnus Hagander2011-01-05
* Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas2011-01-03
* Update comments in RecordTransactionCommit() to mention unlogged tables.Robert Haas2011-01-03
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Implement remaining fields of information_schema.sequences viewPeter Eisentraut2011-01-02
* Fix typo.Robert Haas2011-01-02
* Basic foreign table support.Robert Haas2011-01-01
* Allow casting a table's row type to the table's supertype if it's a typed tablePeter Eisentraut2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-31
* Invert and rename flag variable to improve code readability.Tom Lane2010-12-31
* Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane2010-12-30
* Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane2010-12-30
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-30
* 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