summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-08Add HANDLER function support to FOREIGN DATA WRAPPER.fdw_handlerShigeru Hanada
2011-02-08Add catalog lookup function for pg_foreign_table.fdw_catalog_lookupShigeru Hanada
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-06remove tags.Bruce Momjian
2011-02-06Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan
2011-02-06Adjust libpq docs to be clearer about 'hostaddr' usage by rewording andBruce Momjian
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-04Add doc comment that installation.sgml can't use xrefs.Bruce Momjian
2011-02-04Clarify comment in ATRewriteTable().Robert Haas
2011-02-04Move pipe.c into the backend.Robert Haas
2011-02-04In docs, move PQrequestCancel() deprecation mention up to match otherBruce Momjian
2011-02-04Avoid including postgres.h in frontend compiles of src/port.Robert Haas
2011-02-04Update ALTER TABLE docs to mention using VACUUM FULL for rewrites.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-04Attempt to un-break the documentation build againMagnus Hagander
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-03ALTER TABLE sometimes takes only ShareUpdateExclusiveLock.Robert Haas
2011-02-03In docs, PL is Procedural Language, not Programming Language.Bruce Momjian
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-03Fix typo.Magnus Hagander
2011-02-03Further sepgsql documentation cleanup.Robert Haas
2011-02-03sepgsql doc fixRobert Haas
2011-02-03Minor sepgsql regression test fixes.Robert Haas
2011-02-03Various sepgsql corrections.Robert Haas
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-03Repair multiple breakage in Windows-specific code for appending '.exe'.Tom Lane
2011-02-03Clean up missed change to plpython expected files.Tom Lane
2011-02-02Mark all GUC variables with <varname> markup, rather than <literal>.Bruce Momjian
2011-02-02Fix wrong verb in pg_upgrade text message, per Haas.Bruce Momjian
2011-02-02Simplify pg_upgrade checking of executable permissions.Bruce Momjian
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