summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-01-26autoreconfPeter Eisentraut
2011-01-25Replace pg_class.relhasexclusion with pg_index.indisexclusion.Tom Lane
2011-01-25Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.Tom Lane
2011-01-23Make walsender options order-independentMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-23Code cleanup for assign_transaction_read_only.Robert Haas
2011-01-22Code cleanup for assign_XactIsoLevel.Robert Haas
2011-01-21Make ALTER TABLE revalidate uniqueness and exclusion constraints.Robert Haas
2011-01-15Move a couple of declarations to reflect where the routines really are.Tom Lane
2011-01-15Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas
2011-01-14Use a lexer and grammar for parsing walsender commandsMagnus Hagander
2011-01-14Exit from base backups when shutdown is requestedMagnus Hagander
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2011-01-13Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane
2011-01-11Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander
2011-01-10Backend support for streaming base backupsMagnus Hagander
2011-01-09Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander
2011-01-09Fix up core tsquery GIN support for new extractQuery API.Tom Lane
2011-01-09Add pgreadlink() on Windows to read junction pointsMagnus Hagander
2011-01-09Add array_contains_nulls() function in arrayfuncs.c.Tom Lane
2011-01-08Remove pg_am.amindexnulls.Tom Lane
2011-01-08Refactor GIN's handling of duplicate search entries.Tom Lane
2011-01-08Fix the built-in GIN support procedure declarations in pg_proc.h.Tom Lane
2011-01-08Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane
2011-01-07Document pg_stat_replication, bump catversion since that was overlooked.Robert Haas
2011-01-07New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro
2011-01-05Give superusers REPLIACTION permission by defaultMagnus Hagander
2011-01-04Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas
2011-01-03Bump catversion, forgot in previous commit.Magnus Hagander
2011-01-03Add views and functions to monitor hot standby query conflictsMagnus Hagander
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-31Include the first valid listen address in pg_ctl to improve server startBruce Momjian
2010-12-31Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.Tom Lane
2010-12-31Support RIGHT and FULL OUTER JOIN in hash joins.Tom Lane
2010-12-30Avoid unnecessary public struct declaration in slru.hAlvaro Herrera
2010-12-29Bump XLOG_PAGE_MAGIC.Robert Haas
2010-12-29Support unlogged tables.Robert Haas
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-12-27Rename the C functions bitand(), bitor() to bit_and(), bit_or().Tom Lane
2010-12-27Fix failure of executor/hashjoin.h to compile standalone.Tom Lane
2010-12-27Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane
2010-12-27Corrections to patch adding SQL/MED error codes.Robert Haas
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-12-25Add foreign data wrapper error code values for SQL/MED.Robert Haas
2010-12-23Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas
2010-12-19Support for collecting crash dumps on WindowsMagnus Hagander
2010-12-16Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane