Commit Graph

29354 Commits (f13944e9c921df2a98bf470d789dfb466135f251)
 

Author SHA1 Message Date
Magnus Hagander f13944e9c9 Make checks for invalid pgStatSock use PGINVALID_SOCKET 16 years ago
Tom Lane 0c0203d0a9 Parenthesize this macro, just in case. 16 years ago
Tom Lane 4913efc624 Get rid of unportable use of socklen_t --- we have a configure test 16 years ago
Magnus Hagander f27a4696f1 Remove now unnecessary loop around CallNamedPipe(). 16 years ago
Magnus Hagander 04a4413c2a Fix race condition in win32 signal handling. 16 years ago
Tom Lane eb88926625 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 07be293a97 Fix memory leakage introduced into print_aligned_text by 8.4 changes 16 years ago
Tom Lane 3e51ae491d Fix some comments that got mangled by pgindent. 16 years ago
Andrew Dunstan 85d67ccd75 Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl. 16 years ago
Simon Riggs 29eedd3122 Adjust GetLockConflicts() so that it uses TopMemoryContext when 16 years ago
Simon Riggs 6d2bc0a6cf Augment WAL records for btree delete with GetOldestXmin() to reduce 16 years ago
Robert Haas d0cfc01823 Allow psql variables to be interpolated with literal or identifier escaping. 16 years ago
Simon Riggs 76be0c81cc Filter recovery conflicts based upon dboid from relfilenode of WAL 16 years ago
Michael Meskes 83fa037b73 Changed ECPG outofscope handling to always print out statements in the same order 16 years ago
Michael Meskes f180856596 Fixed a few typos in ecpg. Two were in comments, the third made a log output reverse yes and no. 16 years ago
Itagaki Takahiro 7efd71f843 Fix command tag for ALTER LARGE OBJECT. 16 years ago
Andrew Dunstan 8d827f6b5c Fix thinko in new installcheck-world target 16 years ago
Andrew Dunstan 7523960d63 Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything. 16 years ago
Peter Eisentraut e7b3349a8a Type table feature 16 years ago
Andrew Dunstan 1f98cccb94 Fix bug found by warning from recent gcc. patch from Tim Bunce. 16 years ago
Heikki Linnakangas b0509ef601 Fix crashing bug at the end of recovery in Streaming Replication, when 16 years ago
Magnus Hagander 083e1b0f27 Add functions to reset the statistics counter for a single table/index or 16 years ago
Magnus Hagander 21d3ae09da Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm 16 years ago
Simon Riggs bcd8528f00 Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated 16 years ago
Heikki Linnakangas e0e8b96345 Change a few remaining calls of XLogArchivingActive() to use 16 years ago
Joe Conway e3f36838e5 Introduce two new libpq connection functions, PQconnectdbParams and 16 years ago
Heikki Linnakangas 83cb7da7dc Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. 16 years ago
Heikki Linnakangas 1bb2558046 Make standby server continuously retry restoring the next WAL segment with 16 years ago
Magnus Hagander ab13d1e925 Fix typo. 16 years ago
Magnus Hagander b3daac5a9c Add support for RADIUS authentication. 16 years ago
Andrew Dunstan 000416ac32 Fix plperl.sgml errors from recent commit. 16 years ago
Andrew Dunstan 1a7c2f9dea Various small improvements and cleanups for PL/Perl. 16 years ago
Tom Lane d879697cd2 Remove the default_do_language parameter, instead making DO use a hardwired 16 years ago
Tom Lane 6c0f94fc0d Un-break initdb logic for commenting out IPv6 pg_hba.conf line. 16 years ago
Bruce Momjian d36aa67152 Remove tabs in SGML. 16 years ago
Michael Meskes c651c0eb01 Added test case that was part of Zoltan's patch but apparently wasn't part of my commit. 16 years ago
Michael Meskes 96b8d5842c Finally applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add the new features his patches added to the docs. 16 years ago
Michael Meskes aa6ac35221 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope cursor support to native mode. 16 years ago
Peter Eisentraut 525d2cbba2 Reformat the comments in pg_hba.conf and pg_ident.conf 16 years ago
Peter Eisentraut fd7673bc4e Make the default pg_hba.conf and pg_ident.conf align at 8-character boundaries 16 years ago
Simon Riggs aed1a0121a Fix longstanding gripe that we check for 0000000001.history at start of 16 years ago
Tom Lane 9507c8a1db Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 16 years ago
Heikki Linnakangas 1d1f425f8d Add note that PREPARE TRANSACTION is for transaction managers, not 16 years ago
Tom Lane e7dcfd05f3 Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Joe Conway 56cbb611ec Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore 16 years ago
Tom Lane 875353b99f Fix assorted core dumps and Assert failures that could occur during 16 years ago
Magnus Hagander 74f4be6c04 Add missing closing tag. 16 years ago
Tom Lane 841df96f83 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Simon Riggs a06ea6f532 Add explanatory detail to Hot Standby cancelation error messages 16 years ago
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If 16 years ago