Commit Graph

15937 Commits (370a709c75becffba230a3fa14747a134b7d55b4)

Author SHA1 Message Date
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 20 years ago
Tom Lane 69d0a15e2a Convert hash join code to use MinimalTuple format in tuple hash table 20 years ago
Bruce Momjian 665c5e861a Default stats_command_string to 'on', now that its overhead is minimal. 20 years ago
Tom Lane 3c71244b74 Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect 20 years ago
Bruce Momjian 33b4ad66c9 Revert patch, doesn't do what it should: 20 years ago
Tom Lane cdd5178c69 Extend the MinimalTuple concept to tuplesort.c, thereby reducing the 20 years ago
Alvaro Herrera 32ad0fc183 Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without 20 years ago
Bruce Momjian dc2c25fc62 Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 20 years ago
Bruce Momjian 424b8e64c7 Disallow changing/dropping default expression of a SERIAL column 20 years ago
Bruce Momjian ba4b9c0d8c Fix for recent Win32 pg_dump tar temp file patch. 20 years ago
Tom Lane 3f50ba27cf Create infrastructure for 'MinimalTuple' representation of in-memory 20 years ago
Bruce Momjian fe491fb9af On Win32, use loop to create pg_dump temporary tar file in the current 20 years ago
Bruce Momjian 3b1790f987 Add PQescapeIdentifier() to libpq 20 years ago
Bruce Momjian 59a853e48b Fix blank line. 20 years ago
Bruce Momjian ecae3a9689 Add comment about the use of pg_config_paths.h. 20 years ago
Tom Lane ca0d2197ca Change the row constructor syntax (ROW(...)) so that list elements foo.* 20 years ago
Michael Meskes 4b98d423d7 Added missing braces to prevent a segfault after usage of an undeclared cursor. 20 years ago
Bruce Momjian e56756e94e Use Unix line endings instead of DOS ones, per Magnus. 20 years ago
Bruce Momjian e2fee8cf6d Update include files to Unix newline format, per report from Magnus. 20 years ago
Bruce Momjian 217d543943 Update comment description of geo routines and move comment to more 20 years ago
Michael Meskes ea9ec780ed Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
Tom Lane 2924ca6747 Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. 20 years ago
Michael Meskes 17bab8c3fe Moved some free() calls that coverity correctly complains about. 20 years ago
Alvaro Herrera 885a4d3d9a Our version of getopt_long does not set optarg upon detecting an error, as 20 years ago
Bruce Momjian e970b2a62b Remove individual user copyright because the code is contributed to 20 years ago
Bruce Momjian 199f8f2858 Fix GEVHDRSZ for Win32. 20 years ago
Bruce Momjian d8f75d4131 Fix Win32/Cygwin problems: 20 years ago
Tom Lane 50aa69a825 Fix re-inclusion of port header file on Windows, per Magnus. 20 years ago
Michael Meskes c2f3c168fb Clarified copyright notice 20 years ago
Tom Lane 69bf0a0ddd Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 20 years ago
Tom Lane 3a04f53e7f pg_stop_backup was calling XLogArchiveNotify() twice for the newly created 20 years ago
Tom Lane 39bed3b388 Standalone backends need pgstat_bestart() too, per Qingqing Zhou. 20 years ago
Tom Lane a5606579fc Move setup_cancel_handler() up near start of psql main(), where the 20 years ago
Tom Lane 59fd249a30 Remove ancient kluge that kept nodeAgg.c from crashing on UPDATEs involving 20 years ago
Tom Lane 1f5ca045a4 Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). 20 years ago
Tom Lane e256bafaa2 Eliminate a gratuitously different wording of the 'cannot use aggregate function in check constraint' error message. 20 years ago
Tom Lane 04c5b69603 Clean up psql variable code a little: eliminate unnecessary tests in 20 years ago
Michael Meskes 3f9aace723 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes 6bba43111e Fixed small typo in changelog 20 years ago
Michael Meskes a829da152c Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Tom Lane 27c3e3de09 Remove redundant gettimeofday() calls to the extent practical without 20 years ago
Tom Lane 47a37aeebd Split definitions for md5.c out of crypt.h and into their own header 20 years ago
Michael Meskes aaf125f8df Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Tom Lane b13c9686d0 Take the statistics collector out of the loop for monitoring backends' 20 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Tom Lane 22045666d6 Fix saveHistory() to not emit bogus complaint during psql exit when using 20 years ago
Tom Lane f1e671a0b4 Increase timeout in statement_timeout test from 1 second to 2 seconds. 20 years ago
Peter Eisentraut 5266f221a2 Merge postmaster and postgres command into just postgres. postmaster 20 years ago
Tom Lane 44cb3ae7ef Fix a couple of obvious problems in DROP IF EXISTS patch. 20 years ago
Tom Lane c892643a3c Code review for SELECT INTO STRICT patch: use saner choices of error 20 years ago