Commit Graph

32864 Commits (5b40677986984d450a2a16e515fe44d90dfeef02)
 

Author SHA1 Message Date
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
Peter Eisentraut b258ceb3ad pg_upgrade: Disable installcheck 14 years ago
Peter Eisentraut 80ac853f05 python.m4: Remove useless "import string" calls 14 years ago
Peter Eisentraut 04e5cb629b plpython: Fix sed expression in python3 build 14 years ago
Peter Eisentraut cc534f8b3c pg_dump: Fix clean rule after file renaming shuffle 14 years ago
Bruce Momjian 7260a0d00a Document that perl needs to be indented during the pgindent run. 14 years ago
Tom Lane 43dc4adf58 Make some minor formatting improvements to what pgindent did. 14 years ago
Tom Lane 871dd024a6 Disallow deletion of CurrentExtensionObject while running extension script. 14 years ago
Bruce Momjian 269755ef72 Pgindent clauses.c, per request from Tom. 14 years ago
Tom Lane a04161f2ea Convert eval_const_expressions's long series of IsA tests into a switch. 14 years ago
Tom Lane 5943d40168 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Tom Lane 9761ad672f Fix some bogosities in pg_dump's foreign-table support. 14 years ago
Magnus Hagander 64aea1ebc7 Add libpq connection option to disable SSL compression 14 years ago
Tom Lane dd3bab5fd7 Ensure that whole-row junk Vars are always of composite type. 14 years ago
Andrew Dunstan 91572ee0a6 Make pg_dumpall build with the right object files under MSVC. 14 years ago
Tom Lane 9f4563f743 Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty(). 14 years ago
Tom Lane c66e4f138b Improve GiST range-contained-by searches by adding a flag for empty ranges. 14 years ago
Peter Eisentraut 08da2d282f Add pg_upgrade test suite 14 years ago
Tom Lane 8722a1a06a Use the proper macro to convert a bool to a Datum. 14 years ago
Andrew Dunstan 4a9018135a Fix MSVC builds broken by xsubpp change 14 years ago
Bruce Momjian 9a7d49d1fb Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c 14 years ago
Andrew Dunstan efb0423cc7 Use the right interpreter for encoding test. 14 years ago
Andrew Dunstan ba00ab0b11 Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Tom Lane 5966bcecf6 Make GiST index searches smarter about queries against empty ranges. 14 years ago