Commit Graph

23226 Commits (d387a0705058af6d07390dec5cb56a4720a302a6)
 

Author SHA1 Message Date
Bruce Momjian d387a07050 Update predicate locking text. 20 years ago
Bruce Momjian 1d4abf2175 Fix case where "PM" to_timestamp() mask was eating too many characters. 20 years ago
Bruce Momjian 754c7d53a4 Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. 20 years ago
Bruce Momjian b0e5468448 Remove unnecessary copyObject() call in update (values) code. 20 years ago
Bruce Momjian 18f2e0351a Add: 20 years ago
Bruce Momjian e0938c3f5b Make autovacuum behavior more agressive, per discussion on hackers list 20 years ago
Bruce Momjian 946abc7c68 Update postgresql.conf line for default superuser_reserved_connections. 20 years ago
Bruce Momjian 1a84952670 Change "superuser_reserved_connections" default to 3, because of 20 years ago
Bruce Momjian 1f57aac024 Add URL for autovacuum default: 20 years ago
Bruce Momjian 0c4f2894f9 Use '' rather than \' for literal single quotes in strings in 20 years ago
Bruce Momjian 4b636e35a5 Wording improvements for archive_timeout. 20 years ago
Joe Conway 52a3ed9fac Added async query capability. Original patch by 20 years ago
Bruce Momjian 1cc9299a7a Small code cleanup for recent UPDATE SET (values) patch. 20 years ago
Bruce Momjian 6e8596a146 Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating 20 years ago
Bruce Momjian 9e522d0816 Update: 20 years ago
Bruce Momjian 6c785d599d Change FETCH/MOVE to use int8. 20 years ago
Bruce Momjian 87eb130ad8 Revert as not needed/inconsistent with SQL REINDEX: 20 years ago
Bruce Momjian e35ea516a4 Remove GUC_REPORT for new "server_version_num" GUC variable. Added 20 years ago
Tom Lane 917bbebf7f Apply a simple solution to the problem of making INSERT/UPDATE/DELETE 20 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 20 years ago
Bruce Momjian 04912899e7 Add new variable "server_version_num", which is almost the same as 20 years ago
Bruce Momjian bb7be1ee10 Update wording: 20 years ago
Bruce Momjian 819f22a302 Allow PL/python to return composite types and result sets 20 years ago
Bruce Momjian b1620c538d Done: 20 years ago
Bruce Momjian 5e33d6df36 Suppress some NOTICE messages from REINDEX command. 20 years ago
Tom Lane a83c71eb24 Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION 20 years ago
Peter Eisentraut 4c0bd228fa Repair interpretation of GB as MB. 20 years ago
Bruce Momjian c23be34a25 Attibution addition: Add Karel Zak also for COPY SELECT. 20 years ago
Bruce Momjian d22164d4c4 Correct attibution: 20 years ago
Bruce Momjian 5bb9c25904 Done: 20 years ago
Tom Lane 85188ab883 Extend COPY to support COPY (SELECT ...) TO ... 20 years ago
Bruce Momjian 0d5065781d Update logging of prepare/execute syntax, per comments from Guillaume Smet. 20 years ago
Tom Lane 3a6e2ff08a Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE 20 years ago
Tom Lane f6d7ef08a7 Dept. of second thoughts: if query fails part way through, shut down 20 years ago
Tom Lane c2f60711d2 Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 20 years ago
Bruce Momjian 7c5ac5ce22 Separate prepared statement and bind parameters with comma. 20 years ago
Bruce Momjian 5f6f70a04f Add autovacuum item: 20 years ago
Teodor Sigaev f7efd4ea66 Fix mistyping 20 years ago
Tom Lane 0434c46db0 Invent an assign-hook mechanism for psql variables similar to the one 20 years ago
Teodor Sigaev b681bfdd59 Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table 20 years ago
Teodor Sigaev 72a3582522 Add description of tsvector type layout 20 years ago
Teodor Sigaev 3a214ab0f1 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev 9711782628 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Michael Meskes cda6d0a8d3 Second try committing the path changes. 20 years ago
Michael Meskes 67135eb1ef Removed debug option from pg_regress call. 20 years ago
Michael Meskes b1710339ba Fixed parser and library to allow empty database names. 20 years ago
Peter Eisentraut ba9f9bf1b1 Revert change to turn autovacuum on by default. 20 years ago
Bruce Momjian f443258d4f Only call log_after_parse() if necessary. 20 years ago
Bruce Momjian bc24d5b976 Now bind displays prepare as detail, and execute displays prepare and 20 years ago
Bruce Momjian 216bb6662a Add URL: 20 years ago