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