summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-02-04Avoid maintaining three separate copies of the error codes list.Robert Haas
2011-02-03Simplify code used in is_absolute_path() macro; also add comment aboutBruce Momjian
2011-02-03Include more status information in walsender resultsMagnus Hagander
2011-02-03Rename function to first_path_var_separator() to clarify it works withBruce Momjian
2011-02-03Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is a pathBruce Momjian
2011-02-03Log restartpoints in the same fashion as checkpoints.Robert Haas
2011-02-03Clean up missed change to plpython expected files.Tom Lane
2011-02-02Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut
2011-02-02Add comment on why we're passing a useless 'false' to the plperl function co...Andrew Dunstan
2011-02-01Add validator to PL/PythonPeter Eisentraut
2011-02-01Set up PLPerl trigger data using C code instead of Perl code.Andrew Dunstan
2011-02-01Undefine setlocale() macro on Win32Magnus Hagander
2011-02-01Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs
2011-02-01Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro
2011-02-01Create new errcode for recovery conflict caused by db drop on master.Simon Riggs
2011-01-31Fix error code for canceling statement due to conflict with recovery.Simon Riggs
2011-01-31Fix typoHeikki Linnakangas
2011-01-31Support multiple concurrent pg_basebackup backups.Heikki Linnakangas
2011-01-31Fix typoAndrew Dunstan
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-30Make reduce_outer_joins() smarter about semijoins.Tom Lane
2011-01-30Add option to include WAL in base backupMagnus Hagander
2011-01-29Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander
2011-01-29Try to avoid running with a full fsync request queue.Robert Haas
2011-01-27Don't include <asm/ia64regs.h> unnecessarily.Tom Lane
2011-01-27Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas
2011-01-27Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.Robert Haas