summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-06Update pgindent testing instructions.Bruce Momjian
2010-07-06Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane
2010-07-06Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane
2010-07-05Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had betterTom Lane
2010-07-05Make sure LDFLAGS come before LIBS when linking contrib programs.Tom Lane
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-04Simplify test_fsync duration computation.Bruce Momjian
2010-07-04Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian
2010-07-03Remove SGML tab.Bruce Momjian
2010-07-03Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-07-03Document more clearly on XML namespaces inside xpath functionBruce Momjian
2010-07-03Make pg_upgrade copyrights just 2010, not 2010-2010.Bruce Momjian
2010-07-03Add copyrights to pg_upgrade and pg_upgrade_tools files, per Tom.Bruce Momjian
2010-07-03Add CVS tags to pg_upgrade and pg_upgrade_support files, per requestBruce Momjian
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-07-03Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane
2010-07-03Additional cross-references to window functions documentation.Robert Haas
2010-07-02Unbreak MSVC builds by removing copydir.c from list of libpgport filesAndrew Dunstan
2010-07-02Remove hstore % text[] operator; use slice() function instead.Robert Haas
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas
2010-07-02Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian
2010-07-01Allow copydir() to be interrupted.Robert Haas
2010-07-01Get rid of some more stuff that duplicates c.h or port.h.Tom Lane
2010-07-01Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas.Bruce Momjian
2010-07-01Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas
2010-07-01Update 9.0 release notes so streaming replication and hot standby is notBruce Momjian
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-30Correct missing/misspelled surname.Andrew Dunstan
2010-06-30Document that /bin/true on Windows is implemented by 'REM'.Bruce Momjian
2010-06-29In documentation, use "lower case"/"upper case" consistently (use spaceBruce Momjian
2010-06-29Document that shared_preload_libraries and local_preload_librariesBruce Momjian
2010-06-29Add compatibility note warning that plpgsql is now stricter about the columnTom Lane
2010-06-29Add C comment about why synchronous_commit=off behavior can loseBruce Momjian
2010-06-29Message tuningPeter Eisentraut
2010-06-29Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut
2010-06-29Add note clarifying that XML fragments don't accept DTDsPeter Eisentraut
2010-06-28Fix doc double-wording in non-durable patch.Bruce Momjian
2010-06-28Add new Non-Durable Settings documentation section.Bruce Momjian
2010-06-28emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas
2010-06-28Add guidelines for formatting errcontext stringsPeter Eisentraut
2010-06-28Remove tab from SGML.Bruce Momjian
2010-06-28Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane
2010-06-27Fix pg_restore so parallel restore doesn't fail when the input file doesn'tTom Lane
2010-06-25Rewrite docs for new libpq keepalive parameters.Robert Haas
2010-06-25Make AIX suggestions about disabling ipv6 more version-sensitive.Robert Haas
2010-06-25Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane