Commit Graph

32623 Commits (9e8da0f75731aaa7605cf4656c21ea09e84d2eb1)
 

Author SHA1 Message Date
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively. 14 years ago
Tom Lane 0898d71f66 Marginal improvements to documentation of plpgsql's OPEN cursor statement. 14 years ago
Bruce Momjian b4aec388d8 Document that is the psql version number, not the server version number, 14 years ago
Bruce Momjian 2deba6d405 Improve doc wording of drop table permission. 14 years ago
Bruce Momjian 2795592e52 Allow a major PG version psql .psqlrc file to be used if a minor 14 years ago
Tom Lane d26e1ebaf5 Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane e6858e6657 Measure the number of all-visible pages for use in index-only scan costing. 14 years ago
Robert Haas dea95c7a7b Dump all roles first, then all config settings on roles. 14 years ago
Robert Haas 393e828e31 Avoid potential relcache leak in objectaddress.c. 14 years ago
Bruce Momjian ad30d36642 Document actual string that has to be returned by the client for MD5 14 years ago
Bruce Momjian 0180bd6180 Remove all "traces" of trace_userlocks, because userlocks were removed 14 years ago
Tom Lane 23610daf8a Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Bruce Momjian fb4340c5ea Update documentation about ts_rank(). 14 years ago
Bruce Momjian 12ff9fa771 Have pg_ctl return an exit status of 3 if the server is not running, to 14 years ago
Tom Lane de1bf53a25 Fix typo in dummy_seclabel documentation. 14 years ago
Bruce Momjian cf72528e87 Document who can drop a table (owner and user with permissions). 14 years ago
Bruce Momjian 4c32f81766 Remove tab in sgml file. 14 years ago
Tom Lane 7b96519fe2 Don't mark auto-generated types as extension members. 14 years ago
Bruce Momjian e0b268fb82 Document how to accent Alvaro Herrera in the release notes. 14 years ago
Bruce Momjian f2b36d8e10 Clarify wording of foreign key documentation to mention null entries as 14 years ago
Bruce Momjian 484af9b376 Modify RelationGetBufferForTuple() to use a typedef, rather than a 14 years ago
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