Commit Graph

38297 Commits (b6b2149e48aa61981ae0199c963d5145a37c258c)
 

Author SHA1 Message Date
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 10 years ago
Noah Misch 1a629c1b16 Combine initdb tests that successfully create a data directory. 10 years ago
Noah Misch 84c08a7649 Fix one more TAP test to use standard command-line argument ordering. 10 years ago
Noah Misch b339a5cf90 Rename coerce_type() local variable. 10 years ago
Peter Eisentraut 67df9782e9 Windows also needs an override of the shared libpython detection 10 years ago
Peter Eisentraut e30a864963 hstore_plperl: Move port-specific parts to later in the makefile 10 years ago
Peter Eisentraut 010aa420b9 Fix shared libpython detection on OS X 10 years ago
Peter Eisentraut 0fd764647a Make hstore_plperl's build even more like plperl's 10 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 10 years ago
Andrew Dunstan 77477e745b Make hstore_plperl's build more like plperl's 10 years ago
Bruce Momjian b2f95c34f4 Mark views created from tables as replication identity 'nothing' 10 years ago
Robert Haas e044a44949 Deparse named arguments to use the new => operator instead of := 10 years ago
Robert Haas e7cb7ee145 Allow FDWs and custom scan providers to replace joins with scans. 10 years ago
Andres Freund 2b22795b32 Copy editing of the replication origins patch. 10 years ago
Andres Freund 1db12da85b Fix unaligned memory access in xlog parsing due to replication origin patch. 10 years ago
Heikki Linnakangas 484a848a73 Fix pg_rewind regression failure after "fast promotion" 10 years ago
Alvaro Herrera 9d396af463 Fix up some loose ends for CURRENT_USER as RoleSpec 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 10 years ago
Alvaro Herrera 669c7d20e6 Fix pg_upgrade's multixact handling (again) 10 years ago
Magnus Hagander da114099af Fix typo 10 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 10 years ago
Andres Freund e0f26fc765 Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX. 10 years ago
Robert Haas 49601ab1a6 Add <literal> markup, for consistency. 10 years ago
Robert Haas fe72c4c55b Update .gitignore for new rmgr, changed paths. 10 years ago
Robert Haas 9b6a0ce5f0 Remove enum-related special cases for catalog scans. 10 years ago
Robert Haas ef3f9e642d Attempt to fix some compiler warnings. 10 years ago
Andrew Dunstan eb010637dd Enable transforms tests for python 2 on MSVC builds 10 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 10 years ago
Robert Haas c6e96a2f98 psql: Improve tab completion for ALTER FOREIGN TABLE. 10 years ago
Bruce Momjian 9b43d73b3f to_char(): have format 'OF' only show the leading negative sign 10 years ago
Bruce Momjian 5086dfceba doc: recommend use of GUC server_version_num for version checks 10 years ago
Bruce Momjian f19d8f14c7 pg_basebackup: canonicalize old and new tablespace paths 10 years ago
Bruce Momjian 33cb8ff6aa Warn about tablespace creation in PGDATA 10 years ago
Tom Lane 290713e31a Fix another test for RELKIND_RELATION that should allow foreign tables now. 10 years ago
Tom Lane ad9f08f706 Fix ATSimpleRecursion() to allow recursion from a foreign table. 10 years ago
Alvaro Herrera d3821e70c9 Code review for multixact bugfix 10 years ago
Andrew Dunstan cbf9f0ec31 Fix MSVC builds for contrib transforms modules. 10 years ago
Alvaro Herrera b69bf30b9b Protect against multixact members wraparound 10 years ago
Andres Freund dfbaed4597 Use a fd opened for read/write when syncing slots during startup. 10 years ago
Stephen Frost dcbf5948e1 Improve qual pushdown for RLS and SB views 10 years ago
Andrew Dunstan 06ca28d5ab Fix vcbuild failures and chkpass dependency caused by 854adb8 10 years ago
Peter Eisentraut f95425478a Fix hstore_plperl regression tests on some platforms 10 years ago
Andres Freund 2e3ca04e2e Also correct therefor to therefore. 10 years ago
Andres Freund 6aab1f45ac Fix various typos and grammar errors in comments. 10 years ago
Andres Freund 9fe1d9ac68 Fix possible division by zero in pg_xlogdump. 10 years ago
Peter Eisentraut cac7658205 Add transforms feature 10 years ago
Tom Lane f320cbb615 Fix typo in linux startup script. 10 years ago
Tom Lane 0bd11d9711 Add comments warning against generalizing default_with_oids. 10 years ago
Andrew Dunstan 04f1542d39 Try to unbreak some MSVC builds following forward slash change. 10 years ago
Bruce Momjian 764ce22af3 Revert: Honor OID status of CREATE LIKE'd tables 10 years ago