Commit Graph

30202 Commits (52783b212c7c0ef5ab2ee6bda17c8db0ed13d4ab)
 

Author SHA1 Message Date
Bruce Momjian 52783b212c Update pgindent testing instructions. 15 years ago
Tom Lane 8307b092b7 Still more third thoughts: when linking shared libraries, LDFLAGS probably 15 years ago
Tom Lane 0a4ecfe77e Allow for LDFLAGS_SL already having a value in Makefile.aix. 15 years ago
Tom Lane f6af1435d9 Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had better 15 years ago
Tom Lane bdf00543c2 Make sure LDFLAGS come before LIBS when linking contrib programs. 15 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 15 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 15 years ago
Heikki Linnakangas eb81b6509f The previous fix in CVS HEAD and 8.4 for handling the case where a cursor 15 years ago
Bruce Momjian 2330d9c147 Simplify test_fsync duration computation. 15 years ago
Bruce Momjian 7341a8cab2 Report test_fynsc times in tests per second, instead of total seconds. 15 years ago
Bruce Momjian a520b78f3e Remove SGML tab. 15 years ago
Tom Lane 8771634666 Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus 15 years ago
Tom Lane aceedd88f6 Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible 15 years ago
Tom Lane e76c1a0f4d Replace max_standby_delay with two parameters, max_standby_archive_delay and 15 years ago
Bruce Momjian e6a7416e28 Document more clearly on XML namespaces inside xpath function 15 years ago
Bruce Momjian da254e3d16 Make pg_upgrade copyrights just 2010, not 2010-2010. 15 years ago
Bruce Momjian de255a6eb1 Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom. 15 years ago
Bruce Momjian ccbe0c14e6 Add CVS tags to pg_upgrade and pg_upgrade_support files, per request 15 years ago
Robert Haas b3b7d603fb Allow REASSIGNED OWNED to handle opclasses and opfamilies. 15 years ago
Tom Lane 4b200a2769 Fix assorted misstatements and poor wording in the descriptions of the I/O 15 years ago
Robert Haas 276a8f4e99 Additional cross-references to window functions documentation. 15 years ago
Andrew Dunstan 97301ab189 Unbreak MSVC builds by removing copydir.c from list of libpgport files 15 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 15 years ago
Robert Haas bb0fe9feb9 Move copydir.c from src/port to src/backend/storage/file 15 years ago
Bruce Momjian 621cf14620 Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode. 15 years ago
Robert Haas 71d6d0750d Allow copydir() to be interrupted. 15 years ago
Tom Lane 600fc1dc9d Get rid of some more stuff that duplicates c.h or port.h. 15 years ago
Bruce Momjian 14bd1c3d9e Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas. 15 years ago
Robert Haas c6cf3060d6 Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 15 years ago
Bruce Momjian c37e009678 Update 9.0 release notes so streaming replication and hot standby is not 15 years ago
Heikki Linnakangas 350ab443be stringToNode() and deparse_expression_pretty() crash on invalid input, 15 years ago
Andrew Dunstan 71a4d5c642 Correct missing/misspelled surname. 15 years ago
Bruce Momjian 67bc0b2b90 Document that /bin/true on Windows is implemented by 'REM'. 15 years ago
Bruce Momjian e1f8d97e49 In documentation, use "lower case"/"upper case" consistently (use space 15 years ago
Bruce Momjian 5016b69cf1 Document that shared_preload_libraries and local_preload_libraries 15 years ago
Tom Lane 5dbf489868 Add compatibility note warning that plpgsql is now stricter about the column 15 years ago
Bruce Momjian b57ddccf05 Add C comment about why synchronous_commit=off behavior can lose 15 years ago
Peter Eisentraut 89474cc321 Message tuning 15 years ago
Peter Eisentraut a3401bea9c Use different function names for plpython3 handlers, to avoid clashes in 15 years ago
Peter Eisentraut e849b49406 Add note clarifying that XML fragments don't accept DTDs 15 years ago
Bruce Momjian 93c81c6831 Fix doc double-wording in non-durable patch. 15 years ago
Bruce Momjian c65f299894 Add new Non-Durable Settings documentation section. 15 years ago
Robert Haas 400916b6d7 emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. 15 years ago
Peter Eisentraut ee37fb57c0 Add guidelines for formatting errcontext strings 15 years ago
Bruce Momjian 7bfc0e5e79 Remove tab from SGML. 15 years ago
Tom Lane 04d9f4dab4 Improve pg_dump's checkSeek() function to verify the functioning of ftello 15 years ago
Tom Lane b779ea8a9a Fix pg_restore so parallel restore doesn't fail when the input file doesn't 15 years ago
Robert Haas e351593922 Rewrite docs for new libpq keepalive parameters. 15 years ago
Robert Haas 7c49bf9d5d Make AIX suggestions about disabling ipv6 more version-sensitive. 15 years ago
Tom Lane 399da7d882 Fix thinko in tok_is_keyword(): it was looking at the wrong union variant 15 years ago