Commit Graph

41699 Commits (b1ecb9b3fcfb76edb3461ce561d049c8fb9e710d)
 

Author SHA1 Message Date
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
Peter Eisentraut 6c488ea136 Paper over pg_upgrade test failure 9 years ago
Peter Eisentraut e4c27f5bef Bump catversion 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Tom Lane ba61a04bc7 Avoid core dump for empty prepared statement in an aborted transaction. 9 years ago
Tom Lane d479e37e3d Fix Assert failure induced by commit 215b43cdc. 9 years ago
Andres Freund 182200531a Fix platform dependant regression output triggered by 69f4b9c85f. 9 years ago
Andres Freund ea15e18677 Remove obsoleted code relating to targetlist SRF evaluation. 9 years ago
Alvaro Herrera 8eace46d34 Fix race condition in reading commit timestamps 9 years ago
Peter Eisentraut 8b0fec93ec initdb: Fix for mixed-case superuser names 9 years ago
Robert Haas c397814953 Teach partitioning tests not to use DROP TABLE ... CASCADE. 9 years ago
Robert Haas cc144155f7 Avoid some code duplication in map_partition_varattnos(). 9 years ago
Robert Haas 8a8afe2f54 Fix some problems in check_new_partition_bound(). 9 years ago
Robert Haas 05bd889904 Fix RETURNING to work correctly with partition tuple routing. 9 years ago
Robert Haas 39162b2030 Fix failure to enforce partitioning contraint for internal partitions. 9 years ago
Stephen Frost bec96c82f8 Dump sequence data based on the TableDataInfo flag 9 years ago
Alvaro Herrera 30bcebbdcf Allow negative years in make_date to represent BC years 9 years ago
Andres Freund 8b07aee8c5 Adapt python regression tests to 69f4b9c85f. 9 years ago
Tom Lane f13a1277aa Doc: improve documentation of new SRF-in-tlist behavior. 9 years ago
Andres Freund 69f4b9c85f Move targetlist SRF handling from expression evaluation to new executor node. 9 years ago
Robert Haas e37360d5df Improve comment in hashsearch.c. 9 years ago
Tom Lane 1586317c3f Reset the proper GUC in create_index test. 9 years ago
Alvaro Herrera 594e61a1de Change some test macros to return true booleans 9 years ago