Commit Graph

38251 Commits (f320cbb615e0374b18836337713239da58705cf3)
 

Author SHA1 Message Date
Tom Lane f320cbb615 Fix typo in linux startup script. 11 years ago
Tom Lane 0bd11d9711 Add comments warning against generalizing default_with_oids. 11 years ago
Andrew Dunstan 04f1542d39 Try to unbreak some MSVC builds following forward slash change. 11 years ago
Bruce Momjian 764ce22af3 Revert: Honor OID status of CREATE LIKE'd tables 11 years ago
Peter Eisentraut ee8d392765 Don't overwrite EXTRA_INSTALL 11 years ago
Tom Lane 3cf8686014 Prevent improper reordering of antijoins vs. outer joins. 11 years ago
Peter Eisentraut 854adb8371 Replace backslashes by forward slashes in MSVC build code 11 years ago
Stephen Frost 410cbfd6dd Fix file comment for test_rls_hooks.c 11 years ago
Stephen Frost e89bd02f58 Perform RLS WITH CHECK before constraints, etc 11 years ago
Noah Misch c8aa893862 Remove obsolete -I options from ECPG library compilation. 11 years ago
Noah Misch bcd7e8897c Remove superfluous -DFRONTEND. 11 years ago
Noah Misch 151e74719b Build every ECPG library with -DFRONTEND. 11 years ago
Tom Lane 732b33f8ae Fix up .gitignore and cleanup actions in some src/test/ subdirectories. 11 years ago
Tom Lane 70d44dd9de Fix obsolete comment in set_rel_size(). 11 years ago
Heikki Linnakangas 61a553a091 Add comments explaining how unique and exclusion constraints are enforced. 11 years ago
Peter Eisentraut d64a9c8c83 doc: Move ALTER TABLE IF EXISTS description to better place 11 years ago
Peter Eisentraut 9ba978c8cc Fix misspellings 11 years ago
Stephen Frost cb087ec03b Copy the relation name for error reporting in WCOs 11 years ago
Heikki Linnakangas 62420ae7d6 Move functions related to index maintenance to separate source file. 11 years ago
Heikki Linnakangas 2c47fe16a7 Fix deadlock at startup, if max_prepared_transactions is too small. 11 years ago
Peter Eisentraut 2aa0fb032e Fix shell error on Solaris 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Alvaro Herrera 50a16e30eb Use the right type OID after creating a shell type 11 years ago
Stephen Frost 450fa1b5ba Fix installcheck for test_rls_hooks 11 years ago
Stephen Frost 0bf22e0c8b RLS fixes, new hooks, and new test module 11 years ago
Stephen Frost 4ccc5bd28e Pull in tableoid for inheiritance with rowMarks 11 years ago
Heikki Linnakangas 54a16df010 Make the pg_rewind regression tests more robust on slow systems. 11 years ago
Andres Freund cef939c347 Rename pg_replication_slot's new active_in to active_pid. 11 years ago
Heikki Linnakangas 4d930eee89 Don't leave 'tmp_check' directory behind in pg_rewind regression tests. 11 years ago
Peter Eisentraut b0a738f428 Move pg_xlogdump from contrib/ to src/bin/ 11 years ago
Robert Haas 0275ecf31c Update FDW docs to reflect existence of CHECK constraints. 11 years ago
Heikki Linnakangas 060a1224af Add missing installcheck target to pg_rewind's Makefile 11 years ago
Andres Freund d811c037ce Add 'active_in' column to pg_replication_slots. 11 years ago
Peter Eisentraut 528c2e44ab Move pg_test_timing from contrib/ to src/bin/ 11 years ago
Bruce Momjian d992f8a896 Honor OID status of CREATE LIKE'd tables 11 years ago
Peter Eisentraut 00882d9e5c Move pg_test_fsync from contrib/ to src/bin/ 11 years ago
Bruce Momjian f92fc4c95d pg_upgrade: binary_upgrade_create_empty_extension() is strict 11 years ago
Stephen Frost ab6d1cd26e Fix typo in relcache's equalPolicy() 11 years ago
Alvaro Herrera 4cb7d671fd Add new target modulescheck in vcregress.pl 11 years ago
Bruce Momjian 2e5d52a644 pg_upgrade: document need for text search files to be copied 11 years ago
Alvaro Herrera 22d005323f MSVC: install src/test/modules together with contrib 11 years ago
Heikki Linnakangas e2999abcd1 Fix assertion failure in logical decoding. 11 years ago
Alvaro Herrera 90898af30b MSVC: Include modules of src/test/modules in build 11 years ago
Heikki Linnakangas b5e384e374 Add missing newlines to error messages. 11 years ago
Heikki Linnakangas b5e560c246 Error out in pg_rewind if lstat() fails. 11 years ago
Heikki Linnakangas 41457fcf97 Minor cleanup of pg_rewind. 11 years ago
Heikki Linnakangas 0d8a22a9ac Shut down test servers after pg_rewind regression tests. 11 years ago
Heikki Linnakangas 3d80a1e0e3 Fix logic to skip checkpoint if no records have been inserted. 11 years ago
Peter Eisentraut 9fa8b0ee90 Move pg_upgrade from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend 11 years ago