Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Bruce Momjian a77275fe3b Please find attached two patches for documentation and regression tests 19 years ago
Michael Meskes 956cbeb7ef Fixed remaining Coverity bugs. 19 years ago
Bruce Momjian 3fafac3f62 Remove libpq's PQescapeIdentifier(), not safe from injection attacks. 19 years ago
Neil Conway 530eab592c Fix typos in comments. 19 years ago
Tom Lane b7b78d24f7 Code review for FILLFACTOR patch. Change WITH grammar as per earlier 19 years ago
Neil Conway 7fb9090ebf Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep 19 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 19 years ago
Bruce Momjian 8c092781f4 ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) 19 years ago
Tom Lane 08ccdf020e Fix oversight in planning for multiple indexscans driven by 19 years ago
Tom Lane cffd89ca73 Revise the planner's handling of "pseudoconstant" WHERE clauses, that is 19 years ago
Alvaro Herrera 68628fc38e Fix memory leak introduced in the prior commit, detected by Tom Lane. 19 years ago
Alvaro Herrera 78bfc22ee2 Fix use-after-free error reported by Neil Conway. 19 years ago
Tom Lane 51e400c9c6 Remove the separate 'stats buffer' process, letting backend stats messages 19 years ago
Tom Lane cd4609e2a4 Change TRUNCATE's method for searching for foreign-key references so that 19 years ago
Neil Conway 4252f835ad Add missing #include directive: pg_constraint.h declares some functions 19 years ago
Neil Conway 711e0c63bb Fix typo in comment. 19 years ago
Tom Lane 1c1ecd5124 Improve planner estimates for size of tuple hash tables. 19 years ago
Tom Lane 485375a1c9 Fix hash aggregation to suppress unneeded columns from being stored in 19 years ago
Tom Lane cfc710312e Adjust TupleHashTables to use MinimalTuple format for contained tuples. 19 years ago
Teodor Sigaev 783a73168b Forget to add new file :(( 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Tom Lane a1dc5c60bc Remove embedded newline in string literal --- seems to make newer gcc 19 years ago
Bruce Momjian 370a709c75 Add GUC update_process_title to control whether 'ps' display is updated 19 years ago
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 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