Commit Graph

21130 Commits (1128f5565906c32f0ace2feae3352f68d28e5850)
 

Author SHA1 Message Date
Tom Lane 1128f55659 Fix postgresql.conf lexer to accept doubled single quotes in literal 21 years ago
Tom Lane dbf952860e Suppress database dump item when --table and/or --schema switch was 21 years ago
Tom Lane bc9d4ec9a1 optimize_minmax_aggregates() neglected to check for inherited tables. 21 years ago
Bruce Momjian 99bb9c551e Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" 21 years ago
Bruce Momjian 8d86982a11 Merge items: 21 years ago
Bruce Momjian b7159824e6 Return proper value for psql -f filename failure if filename open fails. 21 years ago
Bruce Momjian 408c140266 autovacuum setting false -> off, for consistency 21 years ago
Bruce Momjian a34ec0ab4a Fix typo: 21 years ago
Bruce Momjian 7caaf8a022 Add: 21 years ago
Bruce Momjian 519d848eb5 Update profile file location. 21 years ago
Bruce Momjian 32f2cd3f35 Add: 21 years ago
Bruce Momjian 78b06948d0 Remove: 21 years ago
Bruce Momjian 658657177e Print proper cause of statement cancel, user interaction or timeout. 21 years ago
Bruce Momjian 591a29b398 update timestamp on file. 21 years ago
Peter Eisentraut bfa47ddc20 Clarify some error messages 21 years ago
Tom Lane b98f9898d1 Fix typo in link label, per Evgeny Gridasov. 21 years ago
Bruce Momjian 3743f07a53 Add: 21 years ago
Bruce Momjian e8960fc34f Add: 21 years ago
Bruce Momjian d5eab81313 Adjust regression for new cancel query message. 21 years ago
Bruce Momjian 098d204a6b Update query cancel message: 21 years ago
Bruce Momjian 1d734b79a3 Adjust bcc to work for thread changes. 21 years ago
Bruce Momjian eab3e9b80d This correction is required of nmake of Windows. 21 years ago
Bruce Momjian 892e525e24 Update numbering. 21 years ago
Bruce Momjian d64084daa5 Add: 21 years ago
PostgreSQL Daemon cd85918090 tag it all beta2 ... 21 years ago
Bruce Momjian 0296606f78 Update wording: 21 years ago
Teodor Sigaev f4516f8732 Small fixes 21 years ago
Bruce Momjian 3f558e3dae Add: 21 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 21 years ago
Neil Conway 148c00acbb Update two comments to refer to use the new list API names. 21 years ago
Tom Lane b09bfc654d Update release notes for changes between beta1 and beta2. 21 years ago
Alvaro Herrera 3e579cf3c0 Add note about pg_autovacuum settings not being saved on a dump, per 21 years ago
Tom Lane dc06734a72 Force the size and alignment of LWLock array entries to be either 16 or 32 21 years ago
Neil Conway 1dd9b09332 Copy-editing for GiST README. 21 years ago
Teodor Sigaev 79fae4a764 Readme about GiST's algorithms 21 years ago
Teodor Sigaev f82b853b47 1 Update Snowball sources 21 years ago
Neil Conway 3b0453b24f Various documentation improvements. Add a lot of index entries for 21 years ago
Neil Conway 08dc2af91e Tweak the PL/PgSQL regression tests to catch the recently reported bug 21 years ago
Tom Lane 323f0a6c01 Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. 21 years ago
Tom Lane 5b0fa0c28c Fix make_tuple_from_row to support nested rowtypes, per gripe from 21 years ago
Neil Conway d6bc885bb9 Minor SGML markup fixes. 21 years ago
Alvaro Herrera c93912b711 Document the new autovacuum daemon. 21 years ago
Tom Lane 2a11a4937e Fix cut-and-paste-o in TCP keepalives documentation. 21 years ago
Neil Conway fe9f96b14c Minor documentation tweak: make the capitalization of a section title 21 years ago
Tom Lane f59b05c95d Ensure that any memory leaked during an error inside the bgwriter is 21 years ago
Neil Conway 9813fc1bae Make the documentation of GUC variables a separate chapter, rather than 21 years ago
Tom Lane 37a3ed6e40 Update manual's introduction to indexes to reflect 8.1 changes; in 21 years ago
Neil Conway f7259f5ba6 Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. 21 years ago
Tom Lane b93a72afbf Forgot to add pg_pltemplate to the list of shared system catalogs that 21 years ago
Michael Meskes c959d370bf Fixed transaction command handling to not ignore savepoints and to correctly check for errors. 21 years ago