Commit Graph

32887 Commits (8409b60476a4112e654d1a5099dd67a54f197afd)
 

Author SHA1 Message Date
Heikki Linnakangas 8409b60476 Revert the behavior of inet/cidr functions to not unpack the arguments. 14 years ago
Andrew Dunstan 0f44335122 Miscellaneous cleanup to silence compiler warnings seen on Mingw. 14 years ago
Andrew Dunstan 8e461ca5a9 Remove define inadvertantly left over from testing. 14 years ago
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler. 14 years ago
Robert Haas ab7d4213f9 If pg_test_fsync is interrupted, clean up the temp file. 14 years ago
Peter Eisentraut 5bcf8ede45 Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 14 years ago
Heikki Linnakangas 9f0d2bdc88 Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, 14 years ago
Heikki Linnakangas 5d8a894e30 Cancel running query if it is detected that the connection to the client is 14 years ago
Peter Eisentraut d5f23af6bf Add const qualifiers to node inspection functions 14 years ago
Tom Lane 0d0ec527af Fix corner cases in readlink() usage. 14 years ago
Magnus Hagander 0d9b09282f Better error reporting if the link target is too long 14 years ago
Magnus Hagander 1f422db663 Avoid using readlink() on platforms that don't support it 14 years ago
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace 14 years ago
Tom Lane c6e3ac11b6 Create a "sort support" interface API for faster sorting. 14 years ago
Robert Haas d2a662182e Typo fixes for commit 2ad36c4e44. 14 years ago
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to. 14 years ago
Magnus Hagander 6ef4ae1d4e Add missing documentation for function pg_stat_get_wal_senders() 14 years ago
Bruce Momjian 0e8f6bf0e7 In pg_upgrade, allow tables using regclass to be upgraded because we 14 years ago
Tom Lane ff68b256a5 Remove troublesome Asserts in cost_mergejoin(). 14 years ago
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
Andrew Dunstan e6d9e2106f Add a \setenv command to psql. 14 years ago
Magnus Hagander eb06416ba4 Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER 14 years ago
Michael Meskes f2ae9f9c30 Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda 14 years ago
Magnus Hagander 5b40677986 Treat ENOTDIR as ENOENT when looking for client certificate file 14 years ago
Bruce Momjian 155e56bd97 Update documentation suggestions for debugging the backend. 14 years ago
Peter Eisentraut b6f9834a9e psql: Make temporary editor files have .sql extension 14 years ago
Tom Lane 0de93a9c69 Add some weasel wording about threaded usage of PGresults. 14 years ago
Heikki Linnakangas 1e616f6391 During recovery, if we reach consistent state and still have entries in the 14 years ago
Tom Lane 15a5006aac Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. 14 years ago
Robert Haas 3b86b4653c Make pgcompinclude/pgrminclude less tied to Bruce's personal machine. 14 years ago
Tom Lane 65d9aedb1b Fix getTypeIOParam to support type record[]. 14 years ago
Bruce Momjian 1be6f93792 Add file-fdw documentation example. 14 years ago
Bruce Momjian ebbcba75b4 Add documentation mention that 7 != NULL also returns NULL. 14 years ago
Tom Lane bc9306f4c5 Update information about configuring SysV IPC parameters on NetBSD. 14 years ago
Tom Lane 56d609c3b1 Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 14 years ago
Tom Lane 895d328a16 Update time zone data files to tzdata release 2011n. 14 years ago
Robert Haas 2ad36c4e44 Improve table locking behavior in the face of current DDL. 14 years ago
Tom Lane a87ebace19 Tweak previous patch to ensure edata->filename always gets initialized. 14 years ago
Peter Eisentraut dd136052bc Strip file names reported in error messages in vpath builds 14 years ago
Tom Lane be2f909200 Remove duplicate definition of 'progname'. 14 years ago
Tom Lane 9c6aa8cca0 Move EXTRA_CLEAN to where it actually works. 14 years ago
Tom Lane 73d1bfd0b5 Prevent autovacuum transactions from running in serializable mode. 14 years ago
Bruce Momjian 99f5e47df5 Change installation docs to mention general debugging options. 14 years ago
Tom Lane 0195e5c4ab Clean up after recent pg_dump patches. 14 years ago
Bruce Momjian 2ff36abeec In docs, suggest "-O0 -g" only if using a debugger. 14 years ago
Tom Lane f225e4bc54 When a row fails a not-null constraint, show row's contents in errdetail. 14 years ago
Bruce Momjian 8b08deb0d1 Simplify the pg_dump/pg_restore error reporting macros, and allow 14 years ago
Bruce Momjian b60f37bf44 Suggest configure options for server developers. 14 years ago
Tom Lane f1e13001b2 When a row fails a CHECK constraint, show row's contents in errdetail. 14 years ago
Peter Eisentraut 9922fc5f9f pg_dump: Add gettext plural support to error message 14 years ago