Commit Graph

22775 Commits (feed07350b63e32ba2fbe50181df7d40ca2ee33e)
 

Author SHA1 Message Date
Tom Lane feed07350b Fix broken markup. 20 years ago
Neil Conway 7fb9090ebf Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep 20 years ago
Bruce Momjian 277807bd9e Add FILLFACTOR to CREATE INDEX. 20 years ago
Bruce Momjian 5d5c1416bf Done: 20 years ago
Bruce Momjian ff3003e537 Done: 20 years ago
Bruce Momjian 8c092781f4 ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) 20 years ago
Tom Lane 08ccdf020e Fix oversight in planning for multiple indexscans driven by 20 years ago
Tom Lane cffd89ca73 Revise the planner's handling of "pseudoconstant" WHERE clauses, that is 20 years ago
Alvaro Herrera 68628fc38e Fix memory leak introduced in the prior commit, detected by Tom Lane. 20 years ago
Alvaro Herrera 78bfc22ee2 Fix use-after-free error reported by Neil Conway. 20 years ago
Bruce Momjian 569e32a0f1 Update item for GUID: 20 years ago
Tom Lane 51e400c9c6 Remove the separate 'stats buffer' process, letting backend stats messages 20 years ago
Tom Lane cd4609e2a4 Change TRUNCATE's method for searching for foreign-key references so that 20 years ago
Bruce Momjian bc9b6c22d5 Change URL for SITC: 20 years ago
Bruce Momjian 994aa6a611 Add: 20 years ago
Neil Conway 4252f835ad Add missing #include directive: pg_constraint.h declares some functions 20 years ago
Neil Conway 711e0c63bb Fix typo in comment. 20 years ago
Neil Conway 6e9c974e43 Editorialization for the additions to the CREATE TABLE reference page 20 years ago
Bruce Momjian 06bd3dba80 Add URL for SITC 20 years ago
Tom Lane 1c1ecd5124 Improve planner estimates for size of tuple hash tables. 20 years ago
Tom Lane 485375a1c9 Fix hash aggregation to suppress unneeded columns from being stored in 20 years ago
Tom Lane cfc710312e Adjust TupleHashTables to use MinimalTuple format for contained tuples. 20 years ago
Bruce Momjian 15897332ed Update: 20 years ago
Bruce Momjian c2c4f3c30e Update Russian FAQ. 20 years ago
Teodor Sigaev 783a73168b Forget to add new file :(( 20 years ago
Teodor Sigaev 1f7ef548ec Changes 20 years ago
Tom Lane a1dc5c60bc Remove embedded newline in string literal --- seems to make newer gcc 20 years ago
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
Bruce Momjian e99507eaa1 Will revert in next patch more cleanly. 20 years ago
Bruce Momjian 0c99c0fecf Not done: 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 62f2693688 Done: 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 560feb474a Done: 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 6bf44d51ea Use Unix newlines, instead of DOS ones. 20 years ago
Bruce Momjian e56756e94e Use Unix line endings instead of DOS ones, per Magnus. 20 years ago