Commit Graph

41668 Commits (ba61a04bc7fefeee03416d9911eb825c4897c223)
 

Author SHA1 Message Date
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
Magnus Hagander cada1af31d Add compression support to pg_receivexlog 9 years ago
Fujii Masao 974ece58bb Fix an assertion failure related to an exclusive backup. 9 years ago
Tom Lane d43a619c60 Fix check_srf_call_placement() to handle VALUES cases correctly. 9 years ago
Tom Lane 4e46c97fde Fix NULL pointer dereference in tuplesort.c. 9 years ago
Magnus Hagander fcf708623e Fix incorrect comparison due to bad merge 9 years ago
Magnus Hagander e7b020f786 Make pg_basebackup use temporary replication slots 9 years ago
Fujii Masao 8fa6019b40 Fix typos in comments. 9 years ago
Tom Lane 0777f7a2e8 Fix matching of boolean index columns to sort ordering. 9 years ago
Tom Lane 83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better. 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago