Commit Graph

41678 Commits (c6a389792e08980e395055ac219303cf4357ba33)
 

Author SHA1 Message Date
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
Magnus Hagander d00ca333c3 Implement array version of jsonb_delete and operator 9 years ago
Tom Lane c22ecc6562 Disable transforms that replaced AT TIME ZONE with RelabelType. 9 years ago
Robert Haas e509e7f9e3 Avoid use of DROP TABLE .. CASCADE in partitioning tests. 9 years ago
Robert Haas d26fa4fd47 Add some more tests for tuple routing. 9 years ago
Robert Haas 262e821dec Update information_schema queries and system views for new relkind. 9 years ago
Alvaro Herrera 9a34123bc3 Make messages mentioning type names more uniform 9 years ago
Robert Haas 716c7d4b24 Factor out logic for computing number of parallel workers. 9 years ago
Tom Lane 0333a73400 Avoid conflicts with collation aliases generated by stripping. 9 years ago
Tom Lane 215b43cdc8 Improve RLS planning by marking individual quals with security levels. 9 years ago
Peter Eisentraut aa17c06fb5 Add function to import operating system collations 9 years ago
Alvaro Herrera 193a7d791e Remove dead code in bootstrap 9 years ago
Alvaro Herrera 593c75d5c3 Fix typo 9 years ago
Alvaro Herrera dda7c34555 Fix typo 9 years ago
Peter Eisentraut 063ef8308b Correct include file path 9 years ago
Peter Eisentraut 352a24a1f9 Generate fmgr prototypes automatically 9 years ago
Peter Eisentraut 323b96aa34 Register missing money operators in system catalogs 9 years ago
Peter Eisentraut 09e35315cc Add more tests for money type 9 years ago
Peter Eisentraut 6fc547960d Rename C symbols for backend lo_ functions 9 years ago
Peter Eisentraut 30b9a4495a Remove unnecessary include 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Peter Eisentraut 6181c34da8 doc: Update URL for Microsoft download site 9 years ago