summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-11Tweak find_composite_type_dependencies API a bit more.Robert Haas
2011-02-10Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Fix the isolation tester compilation on VPATH buildsAlvaro Herrera
2011-02-10Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is notBruce Momjian
2011-02-10Update commentPeter Eisentraut
2011-02-10Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-10Use NOWAIT when including WAL in base backupMagnus Hagander
2011-02-10Allocate all entries in the serializable xid hash up-front, so that you don'tHeikki Linnakangas
2011-02-10Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Information schema views for collation supportPeter Eisentraut
2011-02-09Rethink order of operations for dumping extension member objects.Tom Lane
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-09Fix allocation of RW-conflict pool in the new predicate lock manager, andHeikki Linnakangas
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Suppress some compiler warnings in recent commits.Tom Lane
2011-02-08Fix merge conflict.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Continue long tradition of bumping the catalog version a little late.Simon Riggs
2011-02-08Named restore points in recovery. Users can record named points, thenSimon Riggs
2011-02-08Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs
2011-02-08UINT64_MAX isn't defined on MSVC.Heikki Linnakangas
2011-02-08Remove rare corner case for data loss when triggering standby server.Simon Riggs
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-08Fix copy-pasto in description of pg_serial, and silence compiler warningHeikki Linnakangas
2011-02-08Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-02-07Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch.Heikki Linnakangas
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-07Fix a comment for MergeAttributes.Itagaki Takahiro
2011-02-07Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...Andrew Dunstan
2011-02-07Fix error messages for FreeFile in COPY command.Itagaki Takahiro
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan
2011-02-06Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alreadyBruce Momjian
2011-02-06IDENTIFY_SYSTEM now returns 3 fields, not 2Magnus Hagander
2011-02-06Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.Robert Haas
2011-02-05Add C comment about why older compilers complain about basebackup.c'sBruce Momjian
2011-02-05Attempt to unbreak MSVC builds after pipe.c move.Andrew Dunstan
2011-02-04Clarify comment in ATRewriteTable().Robert Haas
2011-02-04Move pipe.c into the backend.Robert Haas
2011-02-04Avoid including postgres.h in frontend compiles of src/port.Robert Haas
2011-02-04Use $(MAKE) rather than make.Robert Haas
2011-02-04Make handling of errcodes.h more consistent with other generated headers.Robert Haas
2011-02-04Unbreak 'configure' followed immediately by 'make install'.Robert Haas
2011-02-04Use single quotes when there are backslashes in the filenameMagnus Hagander
2011-02-04Unbreak the VPATH build.Robert Haas
2011-02-04Preserve copyright notice from old errcodes.h file.Robert Haas