Commit Graph

28639 Commits (959af88533cf682a2522a78f99056bc8adf0b58c)
 

Author SHA1 Message Date
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
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 c52963ac5f Fix mis-description of XML Schema functions, per discussion. 17 years ago
Tom Lane 71907f7de5 Fix unintelligible description created by removing only part of 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 008fad58fe Split the release notes into a separate file for each (active) major branch, 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
Heikki Linnakangas 19499bf99a Add check_keyword.pl script to perform some basic sanity checks to the 17 years ago
Tom Lane c59d8dd44d Improve pull_up_subqueries logic so that it doesn't insert unnecessary 17 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Heikki Linnakangas a4278fd858 Move SERVER to the right place in the alphabetically sorted keyword list. 17 years ago
Bruce Momjian b3dbc8fc1f In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs 17 years ago
Bruce Momjian ba36c48e39 Proofreading adjustments for first two parts of documentation (Tutorial 17 years ago
Tom Lane 23a9ac618e Some more work on the 8.4 release notes. Document a few changes that Bruce 17 years ago
Tom Lane 1d3a1613c5 Remove Windows-specific definition of S_ISDIR(). This should not be here; 17 years ago
Tom Lane f5c572a808 Typo fix. 17 years ago
Tom Lane 5efb84f213 Update citext expected output to exactly match the real output, rather 17 years ago
Tom Lane 20a3ddbbf9 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Bruce Momjian 245316e996 Improve server spoofing wording, per request from Magnus. 17 years ago
Tom Lane 096a30b538 Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. 17 years ago