Commit Graph

38355 Commits (e8c19263e45ce1f3133d2d403de9d380cdcd1fce)
 

Author SHA1 Message Date
Tom Lane 2503982be4 Improve procost estimates for some text search functions. 11 years ago
Robert Haas 2ce439f337 Recursively fsync() the data directory after a crash. 11 years ago
Heikki Linnakangas ec3d976bce Fix the same-rel optimization when creating WAL records. 11 years ago
Andrew Dunstan 3c000fd9a6 Fix two small bugs in json's populate_record_worker 11 years ago
Tom Lane c90b85e4d9 Second try at fixing warnings caused by commit 9b43d73b3f. 11 years ago
Tom Lane a4820434c1 Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. 11 years ago
Andrew Dunstan f707b53449 fix escaping of brackets for m4 broken in b6b2149e48 11 years ago
Andrew Dunstan f802c6ddba Enable transforms modules to build and run with Mingw builds. 11 years ago
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 11 years ago
Noah Misch 1a629c1b16 Combine initdb tests that successfully create a data directory. 11 years ago
Noah Misch 84c08a7649 Fix one more TAP test to use standard command-line argument ordering. 11 years ago
Noah Misch b339a5cf90 Rename coerce_type() local variable. 11 years ago
Peter Eisentraut 67df9782e9 Windows also needs an override of the shared libpython detection 11 years ago
Peter Eisentraut e30a864963 hstore_plperl: Move port-specific parts to later in the makefile 11 years ago
Peter Eisentraut 010aa420b9 Fix shared libpython detection on OS X 11 years ago
Peter Eisentraut 0fd764647a Make hstore_plperl's build even more like plperl's 11 years ago
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 11 years ago
Andrew Dunstan 77477e745b Make hstore_plperl's build more like plperl's 11 years ago
Bruce Momjian b2f95c34f4 Mark views created from tables as replication identity 'nothing' 11 years ago
Robert Haas e044a44949 Deparse named arguments to use the new => operator instead of := 11 years ago
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