Commit Graph

32318 Commits (864c38c59e6c70f18f40881e47dd5f4466dba55f)
 

Author SHA1 Message Date
Magnus Hagander 864c38c59e Document that multiple LDAP servers can be specified 14 years ago
Tom Lane 048fffed55 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 6cd309bf6a Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Robert Haas af0cc0f42d Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. 14 years ago
Robert Haas e489c000d9 Change "and and" to "and". 14 years ago
Tom Lane ce6fb7b8e1 Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane 8be47f79d3 Typo fixes. 14 years ago
Tom Lane 8a1689d38b Change FK trigger creation order to better support self-referential FKs. 14 years ago
Magnus Hagander 4911a27457 Fix typo 14 years ago
Tom Lane 18661c67e9 Don't trust deferred-unique indexes for join removal. 14 years ago
Heikki Linnakangas 8e8ac0894b Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Tom Lane dff178f801 More cleanup after failed reduced-lock-levels-for-DDL feature. 14 years ago
Robert Haas 5c5138f2f8 Fix DROP OPERATOR FAMILY IF EXISTS. 14 years ago
Tom Lane d1d094e4cf Simplify and improve ProcessStandbyHSFeedbackMessage logic. 14 years ago
Tom Lane 790fa1fdd8 Fix memory leak in tab completion. 14 years ago
Robert Haas 13a867825a Document that postmaster.opts is excluded from base backups 14 years ago
Tom Lane 35d6ce97e7 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Magnus Hagander 8c1501b292 Exclude postmaster.opts from base backups 14 years ago
Tom Lane 1004f4bb87 Fix collate.linux.utf8 expected output for recent error message change. 14 years ago
Tom Lane 0134608f60 Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 7c64c9f6b7 Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Bruce Momjian a6c96534f0 Update documentation about ts_rank(). 14 years ago
Tom Lane eb0ae9700d Fix typo in dummy_seclabel documentation. 14 years ago
Tom Lane e1e1b52c05 Don't mark auto-generated types as extension members. 14 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian ecd9de637b Modify up/home macro to match standard parameter list; fixes doc build. 14 years ago
Tom Lane 66a28adbc5 Improve documentation of psql's \q command. 14 years ago
Bruce Momjian e0448c0c51 Add Up/Home link to the top of the HTML doc output. 14 years ago
Bruce Momjian 35db9d0ab8 Document that not backing up postmaster.pid and postmaster.opts might 14 years ago
Robert Haas 262d7f8bac Improve documentation of how to fiddle with SCSI drives on FreeBSD. 14 years ago
Robert Haas bc397244c8 Fix typo in docs for libpq keepalives_count option. 14 years ago
Robert Haas a726951c51 Revert accidental change to pg_config_manual.h. 14 years ago
Heikki Linnakangas ad885e2677 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Robert Haas 1ae092ae14 Add missing space. 14 years ago
Magnus Hagander 5df22bba64 Ensure walsenders can be SIGTERMed while in non-walsender code 14 years ago
Robert Haas 5308abfd89 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 3d332c8f38 Improve and simplify CREATE EXTENSION's management of GUC variables. 14 years ago
Tom Lane 99576e01a1 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane b733331d0f ProcedureCreate neglected to record dependencies on default expressions. 14 years ago
Bruce Momjian 96a263f885 Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly 14 years ago
Tom Lane 0c2c2495ad Fix index matching for operators with mixed collatable/noncollatable inputs. 14 years ago
Bruce Momjian 2e9633c362 In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Tom Lane 39be695772 Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Tom Lane 1679e9fedd Fix window functions that sort by expressions involving aggregates. 14 years ago
Tom Lane be64ba6230 Un-break compression of plain-text output format in pg_dump. 14 years ago
Magnus Hagander 3f75cecfbb Fix typo 14 years ago
Magnus Hagander 2b250fb077 Note that sslmode=require verifies the CA if root cert is present 14 years ago
Tom Lane c7f144b643 Fix our mapping of Windows timezones for Central America. 14 years ago
Simon Riggs 8ab067da91 synchronous_commit is an enum not a boolean. 14 years ago
Tom Lane 8da4007a4d Stamp 9.1.1. 14 years ago