Commit Graph

29411 Commits (16e5859cd24d25913134725d97bf5cd23c2e06d2)
 

Author SHA1 Message Date
Tom Lane e7dcfd05f3 Apply Tcl_Init() to the "hold" interpreter created by pltcl. 17 years ago
Joe Conway 56cbb611ec Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore 17 years ago
Tom Lane 875353b99f Fix assorted core dumps and Assert failures that could occur during 17 years ago
Magnus Hagander 74f4be6c04 Add missing closing tag. 17 years ago
Tom Lane 841df96f83 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 17 years ago
Simon Riggs a06ea6f532 Add explanatory detail to Hot Standby cancelation error messages 17 years ago
Simon Riggs 959ac58c04 In HS, Startup process sets SIGALRM when waiting for buffer pin. If 17 years ago
Bruce Momjian 4fa69e566c Revert mention that HTML documentation has to be built first. 17 years ago
Robert Haas a3d8fbf3ae Fix mismatched tags introduced by attribute options patch. 17 years ago
Robert Haas d779199175 Fix several oversights in previous commit - attribute options patch. 17 years ago
Robert Haas 76a47c0e74 Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 17 years ago
Bruce Momjian 9ca0989037 Document that the HTML documentation must be built before the PDF 17 years ago
Peter Eisentraut adb7764030 PL/Python DO handler 17 years ago
Michael Meskes 306a4287c3 Make argument const char * as per Takahiro Itagaki's suggestion. 17 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. 17 years ago
Robert Haas b13da41eba Fix unsafe loop test, and declare as_ident as bool rather than int. 17 years ago
Robert Haas d66679672f Add new escaping functions PQescapeLiteral and PQescapeIdentifier. 17 years ago
Simon Riggs ed1d3f5ecf Add missing flag reset to ensure subsequent manual cancelation gives correct reason. 17 years ago
Heikki Linnakangas 2d29f5f59a Fix bogus comments. 17 years ago
Itagaki Takahiro 3b992cf590 Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s 17 years ago
Simon Riggs 58565d78db Better internal documentation of locking for Hot Standby conflict resolution. 17 years ago
Tom Lane a8bf2df829 Well, the systemtap guys moved the goalposts again: with the latest version, 17 years ago
Peter Eisentraut 41a4e45957 Add user-specific .pg_service.conf file 17 years ago
Heikki Linnakangas e8aae273d4 Fix bogus subdir setting. Again. I must've unfixed it by accident while 17 years ago
Heikki Linnakangas 09b115f706 Write a WAL record whenever we perform an operation without WAL-logging 17 years ago
Heikki Linnakangas 47ce95a7b9 Now that much of walreceiver has been pulled back into the postgres 17 years ago
Heikki Linnakangas b3a1ef53c3 Add missing "!= NULL", for the sake of consistency. 17 years ago
Heikki Linnakangas e31bf1c7b0 Adjust windows makefiles too, now that the walreceiver dynamic module 17 years ago
Heikki Linnakangas 55d877184e Adjust MSVC build script too, now that the walreceiver dynamic module 17 years ago
Heikki Linnakangas 32bc08b1d4 Rethink the way walreceiver is linked into the backend. Instead than shoving 17 years ago
Peter Eisentraut eb210ce85a Before attempting to create a composite type, check whether a type of that 17 years ago
Andrew Dunstan 60e2fdf092 Fix typo in Mkvcbuild.pl 17 years ago
Andrew Dunstan 3d3616cc2f Build plperl's new Util.xs 17 years ago
Robert Haas 62b5c031f6 Fix doc build, which was broken by PL/perl utility functions patch. 17 years ago
Andrew Dunstan 05672e5045 Add utility functions to PLPerl: 17 years ago
Robert Haas 5b13d1ff53 Reformat documentation of libpq escaping functions. 17 years ago
Tom Lane 16f2eadfab When doing a parallel restore, we must guard against out-of-range dependency 17 years ago
Tom Lane 85b587c259 Fix thinko in my recent change to put an explicit argisrow field in NullTest: 17 years ago
Magnus Hagander 7e40cdc075 Add pg_stat_reset_shared('bgwriter') to reset the cluster-wide shared 17 years ago
Tom Lane 4f15699d70 Add pg_table_size() and pg_indexes_size() to provide more user-friendly 17 years ago
Tom Lane 309cd7cf18 Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE. 17 years ago
Peter Eisentraut 8ab27affea Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch 17 years ago
Tom Lane a49147af78 Fix an oversight in convert_EXISTS_sublink_to_join: we can't convert an 17 years ago
Teodor Sigaev a0a7e63434 Fix incorrect comparison of scan key in GIN. Per report from 17 years ago
Tom Lane 376c6203cc Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 17 years ago
Tom Lane 04ef404018 Update SET CONSTRAINTS reference page --- it failed to mention EXCLUDE 17 years ago
Tom Lane 9a915e596f Improve the handling of SET CONSTRAINTS commands by having them search 17 years ago
Magnus Hagander ee3b4188a7 Add include directory for dblink to find fmgroids.h on VS2008 builds. 17 years ago
Magnus Hagander 94fa8301f7 Silence compiler warning, noted by Stefan Kaltenbrunner 17 years ago
Tom Lane 0ae19c11f4 Remove unnecessary, inconsistent flag resets in ProcessInterrupts. 17 years ago