aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add support for logging the current role.Robert Haas2011-01-12
* Re-add recursive coverage target in src/backend/Peter Eisentraut2011-01-12
* Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander2011-01-11
* Add missing function prototype, for consistencyMagnus Hagander2011-01-11
* Adjust basebackup.c to suppress compiler warnings.Tom Lane2011-01-11
* Tweak create_index_paths()'s test for whether to consider a bitmap scan.Tom Lane2011-01-11
* Reset walsender ps title in the main loopMagnus Hagander2011-01-11
* Set process title to indicate base backup is runningMagnus Hagander2011-01-10
* Leave temporary files out of streaming base backups.Heikki Linnakangas2011-01-10
* Backend support for streaming base backupsMagnus Hagander2011-01-10
* Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander2011-01-09
* Fix crash in the new GiST insertion code, when an update splits the root page.Heikki Linnakangas2011-01-09
* Fix up core tsquery GIN support for new extractQuery API.Tom Lane2011-01-09
* Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane2011-01-09
* 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