Commit Graph

38385 Commits (83e176ec18d2a91dbea1d0d1bd94c38dc47cd77c)
 

Author SHA1 Message Date
Robert Haas e7cb7ee145 Allow FDWs and custom scan providers to replace joins with scans. 11 years ago
Andres Freund 2b22795b32 Copy editing of the replication origins patch. 11 years ago
Andres Freund 1db12da85b Fix unaligned memory access in xlog parsing due to replication origin patch. 11 years ago
Heikki Linnakangas 484a848a73 Fix pg_rewind regression failure after "fast promotion" 11 years ago
Alvaro Herrera 9d396af463 Fix up some loose ends for CURRENT_USER as RoleSpec 11 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Alvaro Herrera 669c7d20e6 Fix pg_upgrade's multixact handling (again) 11 years ago
Magnus Hagander da114099af Fix typo 11 years ago
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