Commit Graph

32982 Commits (1fc3d18faa8f4476944bc6854be0f7f6adf4aec8)
 

Author SHA1 Message Date
Robert Haas 1fc3d18faa Slightly reorganize struct SnapshotData. 14 years ago
Robert Haas df970a0ac8 Fix backwards logic in previous commit. 14 years ago
Robert Haas 1489e2f26a Improve behavior of concurrent ALTER TABLE, and do some refactoring. 14 years ago
Robert Haas 33aaa139e6 Make the number of CLOG buffers adaptive, based on shared_buffers. 14 years ago
Tom Lane 7a72efda72 Fix typo, pg_types_date.h => pgtypes_date.h. 14 years ago
Tom Lane f3316a05b5 Fix pg_restore's direct-to-database mode for INSERT-style table data. 14 years ago
Robert Haas 7e4911b2ae Fix variable confusion in BufferSync(). 14 years ago
Andrew Dunstan bd0e74a9ce Fix breakage from earlier plperl fix. 14 years ago
Peter Eisentraut 7e53515480 pg_dump: Dump foreign options in prettier format 14 years ago
Peter Eisentraut 15df037845 pg_dump: Dump operators with the same name ordered by arity 14 years ago
Peter Eisentraut 104e7dac28 Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint 14 years ago
Andrew Dunstan 2abefd9a92 Work around perl bug in SvPVutf8(). 14 years ago
Michael Meskes 8cf82ac53e Ecpglib stores variables that are used in DECLARE statements in a global list. 14 years ago
Tom Lane dfd26f9c5f Make executor's SELECT INTO code save and restore original tuple receiver. 14 years ago
Michael Meskes 10ecc0d586 Made code in ecpg better readable. 14 years ago
Andrew Dunstan 54a622cadf Suggest use of psql when pg_restore gets a text dump. 14 years ago
Tom Lane bc2a050d40 Use a non-locking initial test in TAS_SPIN on PPC. 14 years ago
Andrew Dunstan 63876d3bac Support for building with MS Visual Studio 2010. 14 years ago
Peter Eisentraut f132824c24 Another fix for pg_regress: Replace exit_nicely() with exit() plus 14 years ago
Peter Eisentraut bd09111f1f pg_regress: Replace exit_nicely() with exit() plus atexit() hook 14 years ago
Tom Lane ac7a5a3f25 Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE. 14 years ago
Bruce Momjian a8ab8d0eaa Add comment about skipping binary files for copyright changes. 14 years ago
Tom Lane 631beeac35 Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible. 14 years ago
Tom Lane 8496c6cd77 Use 4-byte slock_t on both PPC and PPC64. 14 years ago
Tom Lane 5cfa8dd300 Use mutex hint bit in PPC LWARX instructions, where possible. 14 years ago
Bruce Momjian 6b6137e4ef Update copyright git skip comment. 14 years ago
Bruce Momjian bed762c81e Skip any .git directory for copyright changes, not just top-level .git 14 years ago
Bruce Momjian b5eb06a22a Revert binary change in copyright year adjustment. 14 years ago
Bruce Momjian 1358801b7a Revert binary change in copyright year adjustment. 14 years ago
Bruce Momjian f4cd747a4d Skip 'ico' and 'bin' extensions in copyright changes. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6ba139dc5a Don't use tabs in Perl scripts, for consistency. 14 years ago
Bruce Momjian 9f60880207 Fix Perl copyright script to skip .git subdirectory; running it on 14 years ago
Simon Riggs 64233902d2 Send new protocol keepalive messages to standby servers. 14 years ago
Tom Lane 2ae2e9c007 Revert "Remove troublesome Asserts in cost_mergejoin()." 14 years ago
Bruce Momjian dca0a54717 Modify tools/pgtest to run the 'make' command from a variable, and default 14 years ago
Tom Lane 15ba590792 Adjust SP-GiST regression tests to be less locale-sensitive. 14 years ago
Peter Eisentraut f9de1e9a96 PL/Python: Add argument names to function declarations 14 years ago
Peter Eisentraut a671d9409b pg_dump: Dump user mappings ordered by user name 14 years ago
Peter Eisentraut 66843265ee Indicate default format in --help output of pg_dump and pg_basebackup 14 years ago
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value 14 years ago
Peter Eisentraut d383c23f6f Remove support for on_exit() 14 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Peter Eisentraut 54d792f3e5 Sort compendium lists for msgmerge 14 years ago
Peter Eisentraut 9099d84374 Sort file list when creating gettext-files 14 years ago
Alvaro Herrera 7db101c36e Minor enhancements to MVCC chapter 14 years ago
Tom Lane 472d3935a2 Rethink representation of index clauses' mapping to index columns. 14 years ago
Tom Lane e2c2c2e8b1 Improve planner's handling of duplicated index column expressions. 14 years ago
Robert Haas d5448c7d31 Add bytea_agg, parallel to string_agg. 14 years ago
Robert Haas 0510b62d91 Typo fixes. 14 years ago