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