summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-06Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas
2011-12-06Make command-line tools smarter about finding a DB to connect to.Robert Haas
2011-12-06Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander
2011-12-05In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian
2011-12-05Remove troublesome Asserts in cost_mergejoin().Tom Lane
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-12-04Add a \setenv command to psql.Andrew Dunstan
2011-12-04Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPERMagnus Hagander
2011-12-04Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes
2011-12-03Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander
2011-12-02Update documentation suggestions for debugging the backend.Bruce Momjian
2011-12-02psql: Make temporary editor files have .sql extensionPeter Eisentraut
2011-12-02Add some weasel wording about threaded usage of PGresults.Tom Lane
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-12-01Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane
2011-12-01Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-12-01Add file-fdw documentation example.Bruce Momjian
2011-12-01Add documentation mention that 7 != NULL also returns NULL.Bruce Momjian
2011-12-01Update information about configuring SysV IPC parameters on NetBSD.Tom Lane
2011-12-01Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23.Tom Lane
2011-11-30Update time zone data files to tzdata release 2011n.Tom Lane
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-30Remove duplicate definition of 'progname'.Tom Lane
2011-11-30Move EXTRA_CLEAN to where it actually works.Tom Lane
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-30Change installation docs to mention general debugging options.Bruce Momjian
2011-11-30Clean up after recent pg_dump patches.Tom Lane
2011-11-30In docs, suggest "-O0 -g" only if using a debugger.Bruce Momjian
2011-11-29When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane
2011-11-29Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian
2011-11-29Suggest configure options for server developers.Bruce Momjian
2011-11-29When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane
2011-11-29pg_dump: Add gettext plural support to error messagePeter Eisentraut
2011-11-29pg_upgrade: Disable installcheckPeter Eisentraut
2011-11-29python.m4: Remove useless "import string" callsPeter Eisentraut
2011-11-29plpython: Fix sed expression in python3 buildPeter Eisentraut
2011-11-29pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut
2011-11-29Document that perl needs to be indented during the pgindent run.Bruce Momjian
2011-11-29Make some minor formatting improvements to what pgindent did.Tom Lane
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-28Pgindent clauses.c, per request from Tom.Bruce Momjian
2011-11-28Convert eval_const_expressions's long series of IsA tests into a switch.Tom Lane
2011-11-28Remove erroneous claim about use of pg_locks.objid for advisory locks.Tom Lane
2011-11-28Fix some bogosities in pg_dump's foreign-table support.Tom Lane
2011-11-28Add libpq connection option to disable SSL compressionMagnus Hagander