Commit Graph

30879 Commits (7a1ca8977fd109a86b540444f71f24bd2f38ea43)
 

Author SHA1 Message Date
Bruce Momjian 7a1ca8977f Document that BBU's do not allow partial page writes to be safely turned 15 years ago
Robert Haas 2a0f13a765 Typo fix. 15 years ago
Bruce Momjian 28d5c565ce Wording improvements for pg_ctl manual page. 15 years ago
Magnus Hagander de9a4c27fe Add PQlibVersion() function to libpq 15 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Robert Haas c5160b7eec Fix typos. 15 years ago
Robert Haas 24ecde7742 Work around unfortunate getppid() behavior on BSD-ish systems. 15 years ago
Robert Haas f6a0863e3c Allow transactions that don't write WAL to commit asynchronously. 15 years ago
Alvaro Herrera f9e9763b62 Fix typo 15 years ago
Magnus Hagander d382828f6e Remove thread dumping constant that requires newer Platform SDK 15 years ago
Tom Lane 1b19e2c0ba Fix up handling of simple-form CASE with constant test expression. 15 years ago
Tom Lane abc1026269 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Magnus Hagander dcb09b595f Support for collecting crash dumps on Windows 15 years ago
Bruce Momjian 7e95337d58 Properly print the IP number and "localhost" for failed localhost 15 years ago
Magnus Hagander 4754dbf4c3 Make GUC variables for syslog and SSL always visible 15 years ago
Alvaro Herrera 3026027ec3 set_ps_display when calling functions via fastpath 15 years ago
Alvaro Herrera b68193c0c7 Remove unnecessary definition for autovacuum in SignalSomeChildren. 15 years ago
Robert Haas 8bd4b89e24 Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs. 15 years ago
Robert Haas 611fed3712 Reset 'ps' display just once when resolving VXID conflicts. 15 years ago
Robert Haas df142bf82c Waiting for complete startup is now a well-defined operation. 15 years ago
Tom Lane 14ed7735f5 Improve comments around startup_hacks() code. 15 years ago
Tom Lane 61b53695fb Remove optreset from src/port/ implementations of getopt and getopt_long. 15 years ago
Alvaro Herrera cd1fefa973 Avoid clobbering errno, per comment from Tom. 15 years ago
Alvaro Herrera 83c759ea0e Fix inconsequential FILE pointer leakage 15 years ago
Alvaro Herrera e359b8496d Add some minor missing error checks 15 years ago
Alvaro Herrera 16ca75baeb Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren() 15 years ago
Bruce Momjian 48da2b87e3 Fix crash caused by NULL lookup when reporting IP address of failed 15 years ago
Tom Lane 5cdd65f324 Fix up getopt() reset management so it works on recent mingw. 15 years ago
Tom Lane 2a6ebe70fb Fix contrib/seg's GiST picksplit method. 15 years ago
Robert Haas 290f1603b4 Some copy editing of pg_read_binary_file() patch. 15 years ago
Robert Haas afc8f47b58 Document timestamptz a little better. 15 years ago
Itagaki Takahiro 03db44eae3 Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Robert Haas 34c70c7ac4 Instrument checkpoint sync calls. 15 years ago
Robert Haas 9878e295dc Improved tab completion for views with triggers. 15 years ago
Tom Lane f9224c8ec2 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Robert Haas d368e1a2a7 Allow plugins to suppress inlining and hook function entry/exit/abort. 15 years ago
Peter Eisentraut 843a490f0a Remove recently reintroduced CVS keyword 15 years ago
Robert Haas d26849ee26 Document replacement of pg_class.relistemp with relpersistence. 15 years ago
Tom Lane f5e4f743e6 Update time zone data files to tzdata release 2010o: DST law changes in 15 years ago
Robert Haas 5f7b58fad8 Generalize concept of temporary relations to "relation persistence". 15 years ago
Tom Lane 0c90442355 Reset all database-level stats in pgstat_recv_resetcounter(). 15 years ago
Tom Lane 5132ad8bdf Make S_IRGRP etc available in mingw builds as well as MSVC. 15 years ago
Tom Lane 3864afa1d1 Clean up some copied-and-pasted code in pg_upgrade. 15 years ago
Tom Lane 1319002e2e Provide a complete set of file-permission-bit macros in win32.h. 15 years ago
Robert Haas d3d414696f Allow bidirectional copy messages in streaming replication mode. 15 years ago
Magnus Hagander 20f3964291 Add required new port files to MSVC builds. 15 years ago
Robert Haas 1490946c57 Minor documentation cleanup. 15 years ago
Tom Lane 671199929d Move a couple of initdb's subroutines into src/port/. 15 years ago
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags. 15 years ago