Commit Graph

38277 Commits (dbf2ec1a1c053379e2f9a5913979a1ca4dccbd43)
 

Author SHA1 Message Date
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Andres Freund e0f26fc765 Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 11 years ago
Robert Haas 49601ab1a6 Add <literal> markup, for consistency. 11 years ago
Robert Haas fe72c4c55b Update .gitignore for new rmgr, changed paths. 11 years ago
Robert Haas 9b6a0ce5f0 Remove enum-related special cases for catalog scans. 11 years ago
Robert Haas ef3f9e642d Attempt to fix some compiler warnings. 11 years ago
Andrew Dunstan eb010637dd Enable transforms tests for python 2 on MSVC builds 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Robert Haas c6e96a2f98 psql: Improve tab completion for ALTER FOREIGN TABLE. 11 years ago
Bruce Momjian 9b43d73b3f to_char(): have format 'OF' only show the leading negative sign 11 years ago
Bruce Momjian 5086dfceba doc: recommend use of GUC server_version_num for version checks 11 years ago
Bruce Momjian f19d8f14c7 pg_basebackup: canonicalize old and new tablespace paths 11 years ago
Bruce Momjian 33cb8ff6aa Warn about tablespace creation in PGDATA 11 years ago
Tom Lane 290713e31a Fix another test for RELKIND_RELATION that should allow foreign tables now. 11 years ago
Tom Lane ad9f08f706 Fix ATSimpleRecursion() to allow recursion from a foreign table. 11 years ago
Alvaro Herrera d3821e70c9 Code review for multixact bugfix 11 years ago
Andrew Dunstan cbf9f0ec31 Fix MSVC builds for contrib transforms modules. 11 years ago
Alvaro Herrera b69bf30b9b Protect against multixact members wraparound 11 years ago
Andres Freund dfbaed4597 Use a fd opened for read/write when syncing slots during startup. 11 years ago
Stephen Frost dcbf5948e1 Improve qual pushdown for RLS and SB views 11 years ago
Andrew Dunstan 06ca28d5ab Fix vcbuild failures and chkpass dependency caused by 854adb8 11 years ago
Peter Eisentraut f95425478a Fix hstore_plperl regression tests on some platforms 11 years ago
Andres Freund 2e3ca04e2e Also correct therefor to therefore. 11 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 11 years ago
Andres Freund 9fe1d9ac68 Fix possible division by zero in pg_xlogdump. 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
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