Commit Graph

28378 Commits (5e4c8aee1f8109820e1fa786601632513ed6f97a)
 

Author SHA1 Message Date
Peter Eisentraut 5e4c8aee1f Add documentation string for LDFLAGS_SL in configure --help output. 17 years ago
Heikki Linnakangas 9ca99cda21 Update relpages and reltuples estimates in stand-alone ANALYZE, even if 17 years ago
Tom Lane 7280fab717 Fix bug #4814 (wrong subscript in consistent-function call), and add some 17 years ago
Tom Lane 2c39ab12f3 Make pwdfMatchesString() a little more careful about matching * fields. 17 years ago
Peter Eisentraut 939a40b0af Add some instructions on how to customize emacs for working on the SGML 17 years ago
Peter Eisentraut 5581f226c8 Update SQL conformance entries for window functions functionality 17 years ago
Peter Eisentraut 9c4c70321d Refer to tables by id, not by "the following table", because tables are in 17 years ago
Peter Eisentraut 263144140f Some documentation cleanup for the addition of the KOI8U encoding. Change 17 years ago
Tom Lane 606f5d1763 Minor copy-editing for description of partial-table vacuuming. 17 years ago
Tom Lane 03a5ff0d1a Minor editorialization on storage.sgml's documentation of free space 17 years ago
Tom Lane 2d6e2323a4 Make an editorial pass over the Client Authentication material. 17 years ago
Tom Lane 3626043229 Improve comments in pg_ident.conf.sample. 17 years ago
Tom Lane 4616d57dad Fix all the server-side SIGQUIT handlers (grumble ... why so many identical 17 years ago
Marc G. Fournier abc924519a commit for BETA2 17 years ago
Tom Lane bfab3f19e3 Include recovery_end_command in recovery.conf.sample. 17 years ago
Tom Lane 1b6f549de5 Update release notes to today. 17 years ago
Tom Lane a6df05356e Clean up overly hasty docs patch for pg_standby. 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 284e12c398 Improve a couple of comments. 17 years ago
Heikki Linnakangas b3aac077c3 Add a note to release notes about the smart failover mode in pg_standby. 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Tom Lane a710713644 Add checks to DefineQueryRewrite() to prohibit attaching rules to relations 17 years ago
Tom Lane 1958603145 Remove a useless backslash from a pattern-match example. Michael Toews 17 years ago
Tom Lane 23543c732b Rewrite xml.c's memory management (yet again). Give up on the idea of 17 years ago
Tom Lane db6e0b2db2 Update release notes for changes through 2009-05-11. Also some minor 17 years ago
Tom Lane 546454f8a3 Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and 17 years ago
Tom Lane f23bdda324 Fix LOCK TABLE to eliminate the race condition that could make it give weird 17 years ago
Tom Lane d4a363cdf2 Modify find_inheritance_children() and find_all_inheritors() to add the 17 years ago
Tom Lane 0ada559187 Do some minor code refactoring in preparation for changing the APIs of 17 years ago
Tom Lane 6480c143ee Partially revert my patch of 2008-11-12 that installed a limit on the number 17 years ago
Magnus Hagander e54ec9231c Move crypt auth comment to proper section. 17 years ago
Magnus Hagander f3b507c8c7 Edit the SSL and Kerberos parts of the release notes a bit, and add 17 years ago
Magnus Hagander d9ebc8822b Support SSL certificate chains in the server certificate file. 17 years ago
Tom Lane 723476c72e Make a marginal performance improvement in predicate_implied_by and 17 years ago
Tom Lane 4db44b433b Adjust pg_dumpall so that it emits ENCODING, LC_COLLATE, and LC_CTYPE options 17 years ago
Tom Lane 8dcf18414b Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti 17 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 17 years ago
Bruce Momjian d0ab409eae Add missing third argument to open(). 17 years ago
Bruce Momjian a600605bc1 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function 17 years ago
Tom Lane 1e06ed1abe Add an option to AlterTableCreateToastTable() to allow its caller to force 17 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 17 years ago
Tom Lane fdd48b1852 Ooops ... make_outerjoininfo wasn't actually enforcing the join order 17 years ago
Heikki Linnakangas 223431cba1 Request XLOG switch before writing checkpoint in pg_start_backup(). Otherwise 17 years ago
Tom Lane 1f36feceb0 Tweak distribute_qual_to_rels so that when we decide a pseudoconstant qual 17 years ago
Tom Lane 421c66b76c Modify CREATE DATABASE to enforce that the source database's encoding setting 17 years ago
Tom Lane ab4e386a80 Fix ecpg tests for change that disallowed Unicode literals unless 17 years ago
Tom Lane d7ee335520 Tweak a comment to agree a bit better with the new dispensation that 17 years ago
Tom Lane 2fe0f2962c Minor improvement: avoid assuming that GetLastError value cannot be 17 years ago
Tom Lane 1bbbcb04f0 Make new complaint about unsafe Unicode literals include an error location. 17 years ago
Tom Lane 249a899f73 Install an atexit(2) callback that ensures that proc_exit's cleanup processing 17 years ago