Commit Graph

22747 Commits (69d0a15e2aa15a2ee851df33f5c15fa227c47bd7)
 

Author SHA1 Message Date
Tom Lane 69d0a15e2a Convert hash join code to use MinimalTuple format in tuple hash table 19 years ago
Bruce Momjian 665c5e861a Default stats_command_string to 'on', now that its overhead is minimal. 19 years ago
Tom Lane 3c71244b74 Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect 19 years ago
Bruce Momjian 33b4ad66c9 Revert patch, doesn't do what it should: 19 years ago
Tom Lane cdd5178c69 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 19 years ago
Bruce Momjian e99507eaa1 Will revert in next patch more cleanly. 19 years ago
Bruce Momjian 0c99c0fecf Not done: 19 years ago
Alvaro Herrera 32ad0fc183 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without 19 years ago
Bruce Momjian dc2c25fc62 Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 19 years ago
Bruce Momjian 62f2693688 Done: 19 years ago
Bruce Momjian 424b8e64c7 Disallow changing/dropping default expression of a SERIAL column 19 years ago
Bruce Momjian ba4b9c0d8c Fix for recent Win32 pg_dump tar temp file patch. 19 years ago
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory 19 years ago
Bruce Momjian fe491fb9af On Win32, use loop to create pg_dump temporary tar file in the current 19 years ago
Bruce Momjian 560feb474a Done: 19 years ago
Bruce Momjian 3b1790f987 Add PQescapeIdentifier() to libpq 19 years ago
Bruce Momjian 59a853e48b Fix blank line. 19 years ago
Bruce Momjian ecae3a9689 Add comment about the use of pg_config_paths.h. 19 years ago
Tom Lane ca0d2197ca Change the row constructor syntax (ROW(...)) so that list elements foo.* 19 years ago
Michael Meskes 4b98d423d7 Added missing braces to prevent a segfault after usage of an undeclared cursor. 19 years ago
Bruce Momjian 6bf44d51ea Use Unix newlines, instead of DOS ones. 19 years ago
Bruce Momjian e56756e94e Use Unix line endings instead of DOS ones, per Magnus. 19 years ago
Bruce Momjian e2fee8cf6d Update include files to Unix newline format, per report from Magnus. 19 years ago
Bruce Momjian 217d543943 Update comment description of geo routines and move comment to more 19 years ago
Michael Meskes ea9ec780ed Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 19 years ago
Bruce Momjian bc28f58b8f Update my info: 19 years ago
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 19 years ago
Bruce Momjian f5940e7b34 Add: 19 years ago
Michael Meskes 17bab8c3fe Moved some free() calls that coverity correctly complains about. 19 years ago
Alvaro Herrera 885a4d3d9a Our version of getopt_long does not set optarg upon detecting an error, as 19 years ago
Bruce Momjian e970b2a62b Remove individual user copyright because the code is contributed to 19 years ago
Bruce Momjian 199f8f2858 Fix GEVHDRSZ for Win32. 19 years ago
Bruce Momjian d8f75d4131 Fix Win32/Cygwin problems: 19 years ago
Bruce Momjian ac7a126d0c Update entry: 19 years ago
Bruce Momjian fc6a2293b5 Add UPDATE entry for row reuse. 19 years ago
Tom Lane 50aa69a825 Fix re-inclusion of port header file on Windows, per Magnus. 19 years ago
Michael Meskes c2f3c168fb Clarified copyright notice 19 years ago
Tom Lane 69bf0a0ddd Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 19 years ago
Tom Lane 3a04f53e7f pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 19 years ago
Tom Lane 39bed3b388 Standalone backends need pgstat_bestart() too, per Qingqing Zhou. 19 years ago
Tom Lane a5606579fc Move setup_cancel_handler() up near start of psql main(), where the 19 years ago
Tom Lane 59fd249a30 Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving 19 years ago
Tom Lane 1f5ca045a4 Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 19 years ago
Tom Lane e256bafaa2 Eliminate a gratuitously different wording of the 'cannot use aggregate function in check constraint' error message. 19 years ago
Joe Conway 1d895f426f - During dblink_open, if transaction state was IDLE, force cursor count to 19 years ago
Tom Lane 04c5b69603 Clean up psql variable code a little: eliminate unnecessary tests in 19 years ago
Michael Meskes 3f9aace723 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 19 years ago
Michael Meskes 6bba43111e Fixed small typo in changelog 19 years ago
Michael Meskes a829da152c Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 19 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 19 years ago