Commit Graph

41721 Commits (98cc5db27c97cccd19c4e67e8e623f2d260a5c35)
 

Author SHA1 Message Date
Peter Eisentraut 98cc5db27c doc: Logical replication documentation improvements 9 years ago
Peter Eisentraut 3d9e73ea5f Update copyright years in some recently added files 9 years ago
Peter Eisentraut 65df150a18 Close replication connection when slot creation errors 9 years ago
Tom Lane aebeb4790c Remove vestigial resolveUnknown arguments from transformSortClause etc. 9 years ago
Peter Eisentraut 87ecf2d14f doc: Fix typo 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Peter Eisentraut 123f03ba2c doc: Update ALTER SEQUENCE documentation to match 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Robert Haas 3838074f86 Be more aggressive in avoiding tuple conversion. 9 years ago
Tom Lane 7fa7bf18e4 Use non-conflicting table names in new regression test case. 9 years ago
Peter Eisentraut da4d1c0c15 pg_dump: Fix some schema issues when dumping sequences 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Robert Haas d1ecd53947 Add a SHOW command to the replication command language. 9 years ago
Robert Haas a84069d935 Add a new DestReceiver for printing tuples without catalog access. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Robert Haas 587cda35ca Fix things so that updatable views work with partitioned tables. 9 years ago
Robert Haas 132488bfee Set ecxt_scantuple correctly for tuple routing. 9 years ago
Robert Haas 27cdb3414b Reindent table partitioning code. 9 years ago
Robert Haas 96e0ccc2b5 Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based. 9 years ago
Robert Haas 52df3420cd Remove unused variable. 9 years ago
Robert Haas 289992c462 Don't invoke arbitrary code inside a possibly-aborted transaction. 9 years ago
Robert Haas b1ecb9b3fc Fix interaction of partitioned tables with BulkInsertState. 9 years ago
Fujii Masao 3eaf03b5d3 Mention logical replication tests in src/test/README. 9 years ago
Fujii Masao dc82f5a640 Be sure to release the lock on failure to launch logical replication worker. 9 years ago
Tatsuo Ishii 73293ebae2 Fix comments in StrategyNotifyBgWriter(). 9 years ago
Peter Eisentraut 1a2d9a655a Fix parallel make issue with new fmgrprotos.h 9 years ago
Peter Eisentraut 0bc1207aeb Fix default minimum value for descending sequences 9 years ago
Peter Eisentraut 46d482814c Don't error when no system locales were found 9 years ago
Peter Eisentraut 70c56a014e Fix NULL pointer access in logical replication workers 9 years ago
Peter Eisentraut 6cffe54aef Fix pointer confusion 9 years ago
Peter Eisentraut 16a61884b5 Fix memory leaks in libpqwalreceiver 9 years ago
Alvaro Herrera 7e26e02eec Prefetch blocks during lazy vacuum's truncation scan 9 years ago
Tom Lane 3c821466ab Fix example plan in optimizer/README. 9 years ago
Tom Lane c0ef456b97 Volatile-ize some plperl variables that must survive into PG_CATCH blocks. 9 years ago
Peter Eisentraut 366d2a3d88 pg_dump: Fix minor memory leak 9 years ago
Peter Eisentraut 5654912907 Fix typo 9 years ago
Tom Lane 90992e0e2f Relocate static function declarations to be after typedefs in jsonfuncs.c. 9 years ago
Tom Lane 0a8b9d3b2c Remove no-longer-needed loop in ExecGather(). 9 years ago
Peter Eisentraut 8f164e1eea Add missing break 9 years ago
Peter Eisentraut b480086760 Add more includes so header files are self-contained 9 years ago
Tom Lane d2ab117616 Fix cross-shlib linking in temporary installs on HPUX 10. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Robert Haas c6a389792e Avoid useless respawining the autovacuum launcher at high speed. 9 years ago
Robert Haas 6546ffb35d Fix comparison logic in partition_bounds_equal for non-finite bounds. 9 years ago
Alvaro Herrera 50cf1c80e6 Record dependencies on owners for logical replication objects 9 years ago
Alvaro Herrera a600ee9e3f tests: Use the right Perl operator 9 years ago
Tom Lane 0502e85464 Try to fix non-MSVC Windows builds in the wake of logical replication. 9 years ago
Tom Lane cdc2a70470 Allow backslash line continuations in pgbench's meta commands. 9 years ago
Fujii Masao 9547370950 Add description of temporary column into pg_replication_slots doc. 9 years ago