Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
Tom Lane bfab3f19e3 Include recovery_end_command in recovery.conf.sample. 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 284e12c398 Improve a couple of comments. 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 23543c732b Rewrite xml.c's memory management (yet again). Give up on the idea of 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 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
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 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
Tom Lane 969d7cd431 Install a "dead man switch" to allow the postmaster to detect cases where 17 years ago
Tom Lane 8f348112f3 Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at the 17 years ago
Tom Lane 2aa5ca952f Update comment for _bt_relandgetbuf. 17 years ago
Peter Eisentraut 40bc4c2605 Disable the use of Unicode escapes in string constants (U&'') when 17 years ago
Tom Lane 616bceb8cb Avoid integer overflow in the loop that extracts histogram entries from 17 years ago
Magnus Hagander 5d540add34 Make the win32 shared memory code try 10 times instead of one if 17 years ago
Tom Lane 9f4e9bfa9b Code review for \df rewrite: fix assorted bugs, make type and 17 years ago
Heikki Linnakangas 0e19884838 Fix the query used for \d against 8.2 and 8.3 servers. 17 years ago
Magnus Hagander 3a0717c3f0 Update no longer current comments in header. 17 years ago
Magnus Hagander ca6c0ac4d3 Call SetLastError(0) before calling the file mapping functions 17 years ago
Peter Eisentraut ffbd17e73e Replace a couple of references to files that no longer exist in the source 17 years ago
Tom Lane 4071e0c242 Fix missed usage of DLNewElem() 17 years ago
Alvaro Herrera a1e1ef4f77 Avoid a memory allocation in the backend startup code, to avoid having to check 17 years ago
Tom Lane d85c6883e7 Fix pg_resetxlog to remove archive status files along with WAL segment files. 17 years ago
Tom Lane 04f2403820 Fix assign_pgstat_temp_directory() to ensure the directory path is 17 years ago
Tom Lane ac73ced725 Fix already-obsolete hint message ... sslverify parameter is no more. 17 years ago
Tatsuo Ishii 5c7f55342b Update UTF-8 <--> EUC_KR, JOHAB, UHC mappings. 17 years ago
Tom Lane d90984f4f6 Install some simple defenses in postmaster startup to help ensure a useful 17 years ago
Tom Lane a16e007c92 We don't need major_release_split any more. 17 years ago
Tom Lane c91bf01bc5 Fix plpgsql's EXIT so that an EXIT without a label only matches a loop, 17 years ago
Tom Lane ccc6759dbb Fix a couple of cases where the plpgsql grammar looked for T_WORD and 17 years ago
Tom Lane fe1b07a6f9 When checking for datetime field overflow, we should allow a fractional-second 17 years ago
Heikki Linnakangas cfb61be9cf Clean up check_keywords.pl script, making it 'strict' and removing a few 17 years ago