aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-12
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Remove define inadvertantly left over from testing.Andrew Dunstan2011-12-10
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* If pg_test_fsync is interrupted, clean up the temp file.Robert Haas2011-12-09
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-09
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-09
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* Fix corner cases in readlink() usage.Tom Lane2011-12-07
* Better error reporting if the link target is too longMagnus Hagander2011-12-07
* Avoid using readlink() on platforms that don't support itMagnus Hagander2011-12-07
* Remove spclocation field from pg_tablespaceMagnus Hagander2011-12-07
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.Robert Haas2011-12-06
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-06
* Add missing documentation for function pg_stat_get_wal_senders()Magnus Hagander2011-12-06
* In pg_upgrade, allow tables using regclass to be upgraded because weBruce Momjian2011-12-05
* Remove troublesome Asserts in cost_mergejoin().Tom Lane2011-12-05
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-05
* Add a \setenv command to psql.Andrew Dunstan2011-12-04
* Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPERMagnus Hagander2011-12-04
* Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes2011-12-04
* Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander2011-12-03
* Update documentation suggestions for debugging the backend.Bruce Momjian2011-12-02
* psql: Make temporary editor files have .sql extensionPeter Eisentraut2011-12-02
* Add some weasel wording about threaded usage of PGresults.Tom Lane2011-12-02
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-02
* Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane2011-12-01
* Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas2011-12-01
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Add file-fdw documentation example.Bruce Momjian2011-12-01
* 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