Commit Graph

23121 Commits (1be439084a380bc3f1576e2a2834839e508122dd)
 

Author SHA1 Message Date
Andrew Dunstan 1be439084a Add installcheck-parallel target to top level makefiles. 19 years ago
Tom Lane 9a8920e1d7 Add PQdescribePrepared, PQdescribePortal, and related functions to libpq 19 years ago
Michael Meskes 46d61eb218 Fixed a buffer overrun that was masked on Linux systems. 19 years ago
Bruce Momjian 121dd1cdf5 Add space before SP4. 19 years ago
Bruce Momjian 4c2aad4b26 Update Win2000SP4 mention. 19 years ago
Tom Lane 7aa772f03e Now that we've rearranged relation open to get a lock before touching 19 years ago
Michael Meskes e91600d1c2 Changed lexer to no longer use the default rule. 19 years ago
Bruce Momjian 45436a403f Mention only Windows 2000SP4 works. 19 years ago
Bruce Momjian 63b71c3229 Update Win32 CMD quoting rules information location, CMD /?, from 19 years ago
Tom Lane e8ea9e9587 Implement archive_timeout feature to force xlog file switches to occur no more 19 years ago
Peter Eisentraut bb764e94ce Produce a clean failure in configure when dtrace is selected but cannot be 19 years ago
Tom Lane 92c651f8b3 Fix an oversight in mergejoin planning: the planner would reject a 19 years ago
Tom Lane 144b0ae8ee Teach convert_subquery_pathkeys() to handle the case where the 19 years ago
Bruce Momjian 4e1bdcaabf Add: 19 years ago
Bruce Momjian 565de20ff7 Add: 19 years ago
Bruce Momjian 6a5a241ee6 Add: 19 years ago
Peter Eisentraut b2281fcd3a Put probes.o file in right directory, fixes dtrace compilation 19 years ago
Tom Lane d6ac61cd64 Seems some C compilers think 'restrict' is a fully reserved word. 19 years ago
Tom Lane 1395ac6c67 Add a hack so that get_type_io_data() can work from bootstrap.c's 19 years ago
Tom Lane 355865c5a7 Add hooks to allow debugging and performance measurement plugins 19 years ago
Tom Lane abc3120e9b Add server support for "plugin" libraries that can be used for add-on tasks 19 years ago
Tatsuo Ishii 66541c5aa5 Fix pgbench to handle empty lines in script files as documented. 19 years ago
Michael Meskes 2834fb6a83 Fixed a typo and made two mallocs Coverity friendly. 19 years ago
Michael Meskes 4a445f5d97 Sorry, forgot the new files. 19 years ago
Michael Meskes b30da7ba5f Added lots of SoC stuff made by Joachim. 19 years ago
Tom Lane 58538a0ffc Cause '*' and 'foo.*' notations to mark the referenced RTE(s) as 19 years ago
Tom Lane 65b2f93b58 Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we 19 years ago
Tom Lane 3d1e01caa4 Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking 19 years ago
Tom Lane 29fa051316 When executing a list of queries derived from rule expansion, 19 years ago
Tom Lane c859294ca2 Remove hash_destroy calls in hash_create's failure paths. As noted by 19 years ago
Bruce Momjian f058451871 Revert (again) GUC patch to return commented fields to their default 19 years ago
Tom Lane 3648147401 Get rid of "lookahead" functionality in plpgsql's yylex() function, 19 years ago
Tom Lane 1b67e0cc52 Fix core dump in duration logging for a V3-protocol Execute message 19 years ago
Tom Lane b475d25f6c Cause psql to report both the returned data and the command status tag 19 years ago
Tom Lane fbc7f59bfe If test postmaster fails to start within 60 seconds, try to kill -9 it 19 years ago
Tom Lane a1dad99c63 Extend 'guc' regression test to check manipulations of datestyle as 19 years ago
Tom Lane d2ccc707af Original coding of 'returning' regression test inadvertently chose a 19 years ago
Bruce Momjian 12cf0fdf19 Back out plperl OUT hash/array parameter patch, again. 19 years ago
Bruce Momjian e0d6630bd8 Fix recent guc comment-to-default patch for custom variables. 19 years ago
Michael Meskes ab6aa40b64 Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com> 19 years ago
Bruce Momjian b5633943cb Re-apply plperl patch that allows OUT parameters to be placed into Perl 19 years ago
Bruce Momjian f09fb71af9 Recommit patch to allow commented GUC variables to return to their 19 years ago
Bruce Momjian e7da38bf31 Re-apply guc cleanup patch, with memory allocation bugs fixed. 19 years ago
Tom Lane 3f8db37c2f Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was 19 years ago
Tom Lane 883f4b42d7 Remove ancient, obsolete comment. 19 years ago
Bruce Momjian 4178de3d43 Back out patch for plperl to handle OUT paramaters into arrays and 19 years ago
Bruce Momjian fb55af227e Back out patch to reorganize guc processing. Was causing regression 19 years ago
Bruce Momjian 2d2eec6ef2 Back out patch that allowed commented guc variables to return to their 19 years ago
Bruce Momjian 510aad39d0 Done: 19 years ago
Bruce Momjian aeb056f610 Fix wording, per Neil. 19 years ago