]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-02-10  Bruce MomjianFix "variable not used" warnings when USE_WIDE_UPPER_LO...
2011-02-10  Peter EisentrautUpdate comment
2011-02-10  Bruce MomjianFix pg_get_encoding_from_locale() function call paramet...
2011-02-10  Heikki LinnakangasSend status updates back from standby server to master...
2011-02-10  Magnus HaganderTrack last time for statistics reset on databases and...
2011-02-10  Magnus HaganderUse NOWAIT when including WAL in base backup
2011-02-10  Heikki LinnakangasAllocate all entries in the serializable xid hash up...
2011-02-10  Andrew DunstanUse correct name and URL for MinGW-w64, error noticed...
2011-02-10  Tom LaneFix improper matching of resjunk column names for FOR...
2011-02-10  Itagaki TakahiroFix typo in the documentation.
2011-02-10  Tom LaneFix pg_upgrade to handle extensions.
2011-02-09  Peter EisentrautInformation schema views for collation support
2011-02-09  Tom LaneRethink order of operations for dumping extension membe...
2011-02-09  Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-09  Bruce MomjianRemove more SGML tabs.
2011-02-09  Bruce MomjianRemove tabs in SGML file.
2011-02-09  Heikki LinnakangasFix allocation of RW-conflict pool in the new predicate...
2011-02-09  Magnus HaganderImplement NOWAIT option for BASE_BACKUP command
2011-02-08  Tom LaneSuppress some compiler warnings in recent commits.
2011-02-08  Tom LaneFix merge conflict.
2011-02-08  Tom LaneCore support for "extensions", which are packages of...
2011-02-08  Peter EisentrautPer-column collation support
2011-02-08  Heikki LinnakangasFix typo, by Kevin Grittner.
2011-02-08  Simon RiggsContinue long tradition of bumping the catalog version...
2011-02-08  Simon RiggsNamed restore points in recovery. Users can record...
2011-02-08  Simon RiggsBasic Recovery Control functions for use in Hot Standby...
2011-02-08  Heikki LinnakangasUINT64_MAX isn't defined on MSVC.
2011-02-08  Simon RiggsRemove rare corner case for data loss when triggering...
2011-02-08  Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-08  Heikki LinnakangasFix copy-pasto in description of pg_serial, and silence...
2011-02-08  Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-02-07  Heikki LinnakangasOops, forgot to bump catversion in the Serializable...
2011-02-07  Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-07  Itagaki TakahiroFix a comment for MergeAttributes.
2011-02-07  Andrew DunstanSupply now required HeUTF8 macro for plperl where it...
2011-02-07  Itagaki TakahiroFix error messages for FreeFile in COPY command.
2011-02-06  Bruce Momjianremove tags.
2011-02-06  Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-06  Bruce MomjianAdjust libpq docs to be clearer about 'hostaddr' usage...
2011-02-06  Bruce MomjianRename macro DECIMAL to DECIMAL_T to help pgindent...
2011-02-06  Magnus HaganderIDENTIFY_SYSTEM now returns 3 fields, not 2
2011-02-06  Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-02-05  Bruce MomjianAdd C comment about why older compilers complain about...
2011-02-05  Andrew DunstanAttempt to unbreak MSVC builds after pipe.c move.
2011-02-04  Bruce MomjianAdd doc comment that installation.sgml can't use xrefs.
2011-02-04  Robert HaasClarify comment in ATRewriteTable().
2011-02-04  Robert HaasMove pipe.c into the backend.
2011-02-04  Bruce MomjianIn docs, move PQrequestCancel() deprecation mention...
2011-02-04  Robert HaasAvoid including postgres.h in frontend compiles of...
2011-02-04  Robert HaasUpdate ALTER TABLE docs to mention using VACUUM FULL...
2011-02-04  Robert HaasUse $(MAKE) rather than make.
2011-02-04  Robert HaasMake handling of errcodes.h more consistent with other...
2011-02-04  Magnus HaganderAttempt to un-break the documentation build again
2011-02-04  Robert HaasUnbreak 'configure' followed immediately by 'make install'.
2011-02-04  Magnus HaganderUse single quotes when there are backslashes in the...
2011-02-04  Robert HaasUnbreak the VPATH build.
2011-02-04  Robert HaasPreserve copyright notice from old errcodes.h file.
2011-02-04  Robert HaasAvoid maintaining three separate copies of the error...
2011-02-03  Robert HaasALTER TABLE sometimes takes only ShareUpdateExclusiveLock.
2011-02-03  Bruce MomjianIn docs, PL is Procedural Language, not Programming...
2011-02-03  Bruce MomjianSimplify code used in is_absolute_path() macro; also...
2011-02-03  Magnus HaganderInclude more status information in walsender results
2011-02-03  Magnus HaganderFix typo.
2011-02-03  Robert HaasFurther sepgsql documentation cleanup.
2011-02-03  Robert Haassepgsql doc fix
2011-02-03  Robert HaasMinor sepgsql regression test fixes.
2011-02-03  Robert HaasVarious sepgsql corrections.
2011-02-03  Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-03  Bruce MomjianClearify macro IS_PATH_VAR_SEP in path.c so it is clear...
2011-02-03  Robert HaasLog restartpoints in the same fashion as checkpoints.
2011-02-03  Tom LaneRepair multiple breakage in Windows-specific code for...
2011-02-03  Tom LaneClean up missed change to plpython expected files.
2011-02-02  Bruce MomjianMark all GUC variables with <varname> markup, rather...
2011-02-02  Bruce MomjianFix wrong verb in pg_upgrade text message, per Haas.
2011-02-02  Bruce MomjianSimplify pg_upgrade checking of executable permissions.
2011-02-02  Peter EisentrautWrap PL/Python SPI calls into subtransactions
2011-02-02  Andrew DunstanAdd comment on why we're passing a useless 'false...
2011-02-01  Bruce MomjianDocument that CREATE VIEW that uses "*" for the column...
2011-02-01  Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-02-01  Bruce MomjianClarify documentation to state that "zero_damaged_pages...
2011-02-01  Peter EisentrautAdd validator to PL/Python
2011-02-01  Bruce MomjianDocument that effective cache size does not assume...
2011-02-01  Bruce MomjianDocument that Slony can do upgrades easier _because_...
2011-02-01  Bruce MomjianClarify pg_upgrade install instructions, per suggestion...
2011-02-01  Bruce MomjianAdd missing period "." in pg_upgrade documentation.
2011-02-01  Bruce MomjianAdd pg_upgrade comment for why we can't use template1...
2011-02-01  Andrew DunstanSet up PLPerl trigger data using C code instead of...
2011-02-01  Magnus HaganderUndefine setlocale() macro on Win32
2011-02-01  Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01  Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-02-01  Itagaki TakahiroAdd a link from client_encoding parameter to the list...
2011-02-01  Bruce MomjianImprove docs for pg_authid encryption description with...
2011-02-01  Bruce MomjianIn pg_authid.rolpassword docs, make "md5" appear as...
2011-02-01  Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2011-02-01  Bruce MomjianFix pg_upgrade to create pg_authid restore functions...
2011-02-01  Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-31  Heikki LinnakangasRemove spurious word, spotted by Thom Brown.
2011-01-31  Bruce MomjianUpdate pg_upgrade docs to mention its use in a less...
2011-01-31  Bruce MomjianFix SGML markup for upgrade doc addition.
2011-01-31  Simon RiggsFix error code for canceling statement due to conflict...
next