Commit Graph

33004 Commits (00c5f55061df52ccfd82eae16f054e08818ad0ff)
 

Author SHA1 Message Date
Heikki Linnakangas 00c5f55061 Make superuser imply replication privilege. The idea of a privilege that 14 years ago
Peter Eisentraut ea038d65c2 initdb: Remove support for crypt authentication method 14 years ago
Robert Haas d0dcb315db Fix broken logic in lazy_vacuum_heap. 14 years ago
Robert Haas 4d0b11a0ca Typo fix. 14 years ago
Simon Riggs 5530623d03 Correctly initialise shared recoveryLastRecPtr in recovery. 14 years ago
Simon Riggs 3f1787c253 Minor but necessary improvements to WAL keepalives 14 years ago
Tom Lane 21b446dd09 Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows. 14 years ago
Tom Lane de5a08c59d Tweak duplicate-index-column regression test to avoid locale sensitivity. 14 years ago
Alvaro Herrera 50363c8f86 Validate number of steps specified in permutation 14 years ago
Heikki Linnakangas 1b9dea04b5 Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always 14 years ago
Heikki Linnakangas 9c808f89c2 Refactor XLogInsert a bit. The rdata entries for backup blocks are now 14 years ago
Peter Eisentraut 26e89e7f23 Fix typos 14 years ago
Peter Eisentraut a9f2e31cf6 Support CREATE TABLE (LIKE ...) with foreign tables and views 14 years ago
Peter Eisentraut 07123dff77 pg_dump: Dump foreign options in sorted order 14 years ago
Tom Lane 89b3c6cc8b Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Peter Eisentraut 743ed082ac Add compatibility note about grant options on GRANT reference page 14 years ago
Robert Haas dc3f33f6be Fix pathname in pgindent README. 14 years ago
Magnus Hagander 822128947e Add .gitignore file for entab 14 years ago
Magnus Hagander 4ecd359c42 Fix comment language 14 years ago
Magnus Hagander 6b020d228b Fix pg_basebackup for keepalive messages 14 years ago
Peter Eisentraut db49517c62 Rename the internal structures of the CREATE TABLE (LIKE ...) facility 14 years ago
Tom Lane 0a41e86584 Use __sync_lock_test_and_set() for spinlocks on ARM, if available. 14 years ago
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