Commit Graph

32652 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)
 

Author SHA1 Message Date
Bruce Momjian 6e22ba03a9 Modify pgindent to use a renamed pg_bsd_indent binary. New features 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian e0d273500a Modify up/home macro to match standard parameter list; fixes doc build. 14 years ago
Tom Lane 80c6409c2b Improve documentation of psql's \q command. 14 years ago
Bruce Momjian b8691d838b Add Up/Home link to the top of the HTML doc output. 14 years ago
Tom Lane 8c8ba6d11b Add comment on why pulling data from a "name" index column can't crash. 14 years ago
Tom Lane cb6771fb32 Generate index-only scan tuple descriptor from the plan node's indextlist. 14 years ago
Bruce Momjian e991930e8a Improve entab's Makefile install entry. 14 years ago
Bruce Momjian 47cacfc0f1 Document that not backing up postmaster.pid and postmaster.opts might 14 years ago
Tom Lane 600d3206d1 Consider index-only scans even when there is no matching qual or ORDER BY. 14 years ago
Tom Lane a0185461dd Rearrange the implementation of index-only scans. 14 years ago
Robert Haas fa351d5a0d Replace hardcoded switch in object_exists() with a lookup table. 14 years ago
Robert Haas e76bcaba9c Repair breakage in VirtualXactLock. 14 years ago
Robert Haas 5b9102cef2 Make the reference to "CREATE USER" in the CREATE ROLE page a link. 14 years ago
Robert Haas e8bb5f7245 Improve documentation of how to fiddle with SCSI drives on FreeBSD. 14 years ago
Robert Haas 322019ed2e Fix typo in docs for libpq keepalives_count option. 14 years ago
Robert Haas 48a62278ed Add doc index entry for pg_resetxlog. 14 years ago
Robert Haas 61dd737c29 Document DELETE/UPDATE command tag behavior when triggers are involved. 14 years ago
Robert Haas 0ff7ea5d3c Some minor wordsmithing for the cascading replication documentation. 14 years ago
Bruce Momjian e26d5fcd94 Mark GUC external_pid_file's default as '' in postgresql.conf, rather 14 years ago
Robert Haas 3e9a2672d2 Attempt to reduce local dependencies in regression tests. 14 years ago
Bruce Momjian 0dc3f57ba0 In pg_upgrade, add -o/-O options to pass parameters to the servers, and 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 14 years ago
Robert Haas c980426c69 Revert accidental change to pg_config_manual.h. 14 years ago
Heikki Linnakangas d50e125194 Clean up a couple of box gist helper functions. 14 years ago
Tom Lane cbfa92c23c Improve index-only scans to avoid repeated access to the index page. 14 years ago
Tom Lane 45401c1c25 Prevent index-only scans in stats regression test. 14 years ago
Tom Lane c78d8cd146 Note that index-only scans can affect idx_tup_fetch. 14 years ago
Tom Lane b324384f6b Fix brain fade in cost estimation for index-only scans. 14 years ago
Heikki Linnakangas 1ef60dab70 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Heikki Linnakangas 041dceb259 Fix typo. 14 years ago
Robert Haas 13168ae4eb Add missing space. 14 years ago
Robert Haas 6a6082c27c Try to fix memory barriers on x86_64. 14 years ago
Tom Lane a2822fb933 Support index-only scans using the visibility map to avoid heap fetches. 14 years ago
Bruce Momjian caa1054df8 In pg_upgrade, use the new postmaster -C option to get the real data 14 years ago
Bruce Momjian a3996754cc In pg_upgrade, improve popen() failure detection by checking for fgets() 14 years ago
Bruce Momjian 981e5acd24 Move pg_upgrade doc mention of the port numbers to the same place. 14 years ago
Magnus Hagander 7aeff9f4a4 Ensure walsenders can be SIGTERMed while in non-walsender code 14 years ago
Robert Haas 1cb018dd09 Make pgstatindex respond to cancel interrupts. 14 years ago
Bruce Momjian 416e82ce9f Simplify new pg_ctl newline termination code. 14 years ago
Bruce Momjian aaa6e1def2 Add postmaster -C option to query configuration parameters, and have 14 years ago
Heikki Linnakangas 7f3bd86843 Replace the "New Linear" GiST split algorithm for boxes and points with a 14 years ago
Tom Lane ba6f629326 Improve and simplify CREATE EXTENSION's management of GUC variables. 14 years ago
Bruce Momjian 3919ad864d Change wording for COALESCE docs to use "otherwise". 14 years ago
Bruce Momjian 9d23d7cdaf Explain COALESCE example in the docs. 14 years ago
Tom Lane 41e461d36f Improve define_custom_variable's handling of pre-existing settings. 14 years ago
Tom Lane fa56a0c3e0 Fix uninitialized-variable bug. 14 years ago
Tom Lane 4bcb82a7d5 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane 9f5836d224 Remember the source GucContext for each GUC parameter. 14 years ago
Alvaro Herrera 09e196e453 Use callbacks in SlruScanDirectory for the actual action 14 years ago