summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-14Code review for postmaster.pid contents changes.Tom Lane
2011-01-13Revert incorrect memory-conservation hack in inheritance_planner().Tom Lane
2011-01-13Make sure walsender state is only read while holding the spinlockMagnus Hagander
2011-01-13Fix the logic in libpqrcv_receive() to determine if there's any incoming dataHeikki Linnakangas
2011-01-13Workaround for recursive make breakagePeter Eisentraut
2011-01-13Don't run regression tests in SQL_ASCII encoding by defaultPeter Eisentraut
2011-01-13Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.Tom Lane
2011-01-12Revert patch adding support for logging the current role.Robert Haas
2011-01-12Add support for logging the current role.Robert Haas
2011-01-12Unbreak regression tests, apparently broken by commit 4c8e20fAndrew Dunstan
2011-01-11Re-add recursive coverage target in src/backend/Peter Eisentraut
2011-01-11Track walsender state in shared memory and expose in pg_stat_replicationMagnus Hagander
2011-01-11Add missing function prototype, for consistencyMagnus Hagander
2011-01-11Adjust basebackup.c to suppress compiler warnings.Tom Lane
2011-01-11Tweak create_index_paths()'s test for whether to consider a bitmap scan.Tom Lane
2011-01-11Reset walsender ps title in the main loopMagnus Hagander
2011-01-10Set process title to indicate base backup is runningMagnus Hagander
2011-01-10Leave temporary files out of streaming base backups.Heikki Linnakangas
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 crash in the new GiST insertion code, when an update splits the root page.Heikki Linnakangas
2011-01-09Fix up core tsquery GIN support for new extractQuery API.Tom Lane
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2011-01-09Ensure the directory for gram.h is created on win32Magnus Hagander
2011-01-09Properly install gram.h on MSVC buildsMagnus Hagander
2011-01-09Add pgreadlink() on Windows to read junction pointsMagnus Hagander
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2011-01-09Add array_contains_nulls() function in arrayfuncs.c.Tom Lane
2011-01-09Fix up gincostestimate for new extractQuery API.Tom Lane
2011-01-08In ecpg's parser removed a fixed length limit for constants defining an array...Michael Meskes
2011-01-08Remove pg_am.amindexnulls.Tom Lane
2011-01-08Refactor GIN's handling of duplicate search entries.Tom Lane
2011-01-08Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian
2011-01-08Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.Bruce Momjian
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-07Improve recovery.conf.sample comments.Robert Haas
2011-01-07New system view pg_stat_replication displays activity of wal sender processes.Itagaki Takahiro
2011-01-07Improve C comments about backend variables set by pg_upgrade_supportBruce Momjian
2011-01-06Update sequence_1.out for recent changes in sequence regression test.Tom Lane
2011-01-05Clarify pg_upgrade's creation of the map file structure. Also cleanBruce Momjian
2011-01-05Give superusers REPLIACTION permission by defaultMagnus Hagander
2011-01-04Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.Itagaki Takahiro
2011-01-04Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.Robert Haas
2011-01-03Update comments in RecordTransactionCommit() to mention unlogged tables.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-03perltidy run on the MSVC build systemMagnus Hagander
2011-01-02Implement remaining fields of information_schema.sequences viewPeter Eisentraut