Commit Graph

21209 Commits (a534728afb7341e1ddf2df16196ed501eaa378c2)

Author SHA1 Message Date
Andrew Dunstan a534728afb Only build in crashdump support on Windows if there's a working dbghelp.h. 15 years ago
Robert Haas 85cff3ce7f Add foreign data wrapper error code values for SQL/MED. 15 years ago
Andrew Dunstan 04ee0db6b2 Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 15 years ago
Bruce Momjian 5000472112 Remove quotes from boolean recovery.conf.sample parameters, now that the 15 years ago
Bruce Momjian 075354ad1b Improve "pg_ctl -w start" server detection by writing the postmaster 15 years ago
Michael Meskes 727a5a1620 Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted 15 years ago
Heikki Linnakangas 9de3aa65f0 Rewrite the GiST insertion logic so that we don't need the post-recovery 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
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
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
Robert Haas 290f1603b4 Some copy editing of pg_read_binary_file() patch. 15 years ago
Itagaki Takahiro 03db44eae3 Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). 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
Robert Haas d368e1a2a7 Allow plugins to suppress inlining and hook function entry/exit/abort. 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 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
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
Tom Lane 244407a710 Fix efficiency problems in tuplestore_trim(). 15 years ago
Tom Lane 663fc32e26 Eliminate O(N^2) behavior in parallel restore with many blobs. 15 years ago
Simon Riggs 9975c683b1 Self review of previous patch. Fix assumption that xmax >= xmin. 15 years ago
Simon Riggs b9075a6d2f Reduce spurious Hot Standby conflicts from never-visible records. 15 years ago
Tom Lane 576477e73c Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Simon Riggs e620ee35b2 Optimize commit_siblings in two ways to improve group commit. 15 years ago