aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add documentation mention that 7 != NULL also returns NULL.Bruce Momjian2011-12-01
* Update information about configuring SysV IPC parameters on NetBSD.Tom Lane2011-11-30
* Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane2011-11-30
* Update time zone data files to tzdata release 2011n.Tom Lane2011-11-30
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-30
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-30
* Remove duplicate definition of 'progname'.Tom Lane2011-11-29
* Move EXTRA_CLEAN to where it actually works.Tom Lane2011-11-29
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-29
* Change installation docs to mention general debugging options.Bruce Momjian2011-11-29
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* In docs, suggest "-O0 -g" only if using a debugger.Bruce Momjian2011-11-29
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-29
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Suggest configure options for server developers.Bruce Momjian2011-11-29
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-29
* pg_dump: Add gettext plural support to error messagePeter Eisentraut2011-11-29
* pg_upgrade: Disable installcheckPeter Eisentraut2011-11-29
* python.m4: Remove useless "import string" callsPeter Eisentraut2011-11-29
* plpython: Fix sed expression in python3 buildPeter Eisentraut2011-11-29
* pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut2011-11-29
* Document that perl needs to be indented during the pgindent run.Bruce Momjian2011-11-28
* Make some minor formatting improvements to what pgindent did.Tom Lane2011-11-28
* Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane2011-11-28
* Pgindent clauses.c, per request from Tom.Bruce Momjian2011-11-28
* Convert eval_const_expressions's long series of IsA tests into a switch.Tom Lane2011-11-28
* Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane2011-11-28
* Fix some bogosities in pg_dump's foreign-table support.Tom Lane2011-11-28
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan2011-11-27
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-27
* Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane2011-11-27
* Add pg_upgrade test suitePeter Eisentraut2011-11-27
* Use the proper macro to convert a bool to a Datum.Tom Lane2011-11-27
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-27
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-26
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-26
* Make GiST index searches smarter about queries against empty ranges.Tom Lane2011-11-26
* Fix overly-aggressive and inconsistent quoting in OS X start script.Tom Lane2011-11-26
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-26
* Fix join_path_components() to not add a leading slash when joining to anBruce Momjian2011-11-26
* Take fillfactor into account in the new COPY bulk heap insert code.Heikki Linnakangas2011-11-26
* Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.Bruce Momjian2011-11-25
* Fix unvalidated check constraints on domains, tooAlvaro Herrera2011-11-25
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian2011-11-25
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-25