Commit Graph

29335 Commits (1f98cccb941823d241120ca86df264d7ebbcaec5)
 

Author SHA1 Message Date
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
Bruce Momjian 4fa69e566c Revert mention that HTML documentation has to be built first. 16 years ago
Robert Haas a3d8fbf3ae Fix mismatched tags introduced by attribute options patch. 16 years ago
Robert Haas d779199175 Fix several oversights in previous commit - attribute options patch. 16 years ago
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 16 years ago
Bruce Momjian 9ca0989037 Document that the HTML documentation must be built before the PDF 16 years ago
Peter Eisentraut adb7764030 PL/Python DO handler 16 years ago
Michael Meskes 306a4287c3 Make argument const char * as per Takahiro Itagaki's suggestion. 16 years ago
Michael Meskes 5bc75618e4 Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-prepare mode if the connection is closed and re-opened and the previously prepared query is issued again. 16 years ago
Robert Haas b13da41eba Fix unsafe loop test, and declare as_ident as bool rather than int. 16 years ago
Robert Haas d66679672f Add new escaping functions PQescapeLiteral and PQescapeIdentifier. 16 years ago
Simon Riggs ed1d3f5ecf Add missing flag reset to ensure subsequent manual cancelation gives correct reason. 16 years ago
Heikki Linnakangas 2d29f5f59a Fix bogus comments. 16 years ago
Itagaki Takahiro 3b992cf590 Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s 16 years ago
Simon Riggs 58565d78db Better internal documentation of locking for Hot Standby conflict resolution. 16 years ago
Tom Lane a8bf2df829 Well, the systemtap guys moved the goalposts again: with the latest version, 16 years ago
Peter Eisentraut 41a4e45957 Add user-specific .pg_service.conf file 16 years ago
Heikki Linnakangas e8aae273d4 Fix bogus subdir setting. Again. I must've unfixed it by accident while 16 years ago
Heikki Linnakangas 09b115f706 Write a WAL record whenever we perform an operation without WAL-logging 16 years ago
Heikki Linnakangas 47ce95a7b9 Now that much of walreceiver has been pulled back into the postgres 16 years ago