Commit Graph

2184 Commits (3ed2005ff595d349276e5b2edeca1a8100b08c87)

Author SHA1 Message Date
Tom Lane 3ed2005ff5 Introduce macros for typalign and typstorage constants. 6 years ago
Tom Lane d677550493 Allow to_date/to_timestamp to recognize non-English month/day names. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Robert Haas a91e2fa941 Adapt hashfn.c and hashutils.h for frontend use. 6 years ago
Robert Haas 9341c783cc Put all the prototypes for hashfn.c into the same header file. 6 years ago
Robert Haas 07b95c3d83 Move bitmap_hash and bitmap_match to bitmapset.c. 6 years ago
Tom Lane 607f8ce74d Avoid a performance regression in float overflow/underflow detection. 6 years ago
Andrew Gierth 1fd687a035 Optimizations for integer to decimal output. 6 years ago
Tom Lane 74b35eb468 Fix CheckAttributeType's handling of collations for ranges. 6 years ago
Robert Haas beb4699091 Move jsonapi.c and jsonapi.h to src/common. 6 years ago
Robert Haas 73ce2a03f3 Move some code from jsonapi.c to jsonfuncs.c. 6 years ago
Robert Haas 1f3a021730 Adjust pg_parse_json() so that it does not directly ereport(). 6 years ago
Robert Haas 11b5e3e35d Split JSON lexer/parser from 'json' data type support. 6 years ago
Robert Haas ce0425b162 Adjust src/include/utils/jsonapi.h so it's not backend-only. 6 years ago
Alvaro Herrera a166d408eb Report progress of ANALYZE commands 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Tom Lane fbe0232358 Improve comments in utils/rel.h. 6 years ago
Tom Lane 5b9312378e Load relcache entries' partitioning data on-demand, not immediately. 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Tom Lane 6ef77cf46e Further adjust EXPLAIN's choices of table alias names. 6 years ago
Alvaro Herrera ba79cb5dc8 Emit parameter values during query bind/execute errors 6 years ago
Tom Lane c35b714caf Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Peter Eisentraut 581a55889b Fix nested error handling in PG_FINALLY 6 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 6 years ago
Peter Eisentraut 3967737624 Add some assertions to view reloption macros 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Peter Eisentraut 7302514088 Add const qualifiers to internal range type APIs 6 years ago
Tom Lane 22f6f2c1cc Improve management of statement timeouts. 6 years ago
Alexander Korotkov 52ad1e6599 Refactor jsonpath's compareDatetime() 6 years ago
Michael Paquier 1de4fd1092 Refresh some incorrect links in pg_crc.c/h 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Tomas Vondra 36425ece5d Change MemoryContextMemAllocated to return Size 6 years ago
Tomas Vondra 5dd7fc1519 Add transparent block-level memory accounting 6 years ago
Alexander Korotkov bffe1bd684 Implement jsonpath .datetime() method 6 years ago
Alexander Korotkov 6dda292d4d Allow datetime values in JsonbValue 6 years ago
Alexander Korotkov 5bc450629b Error suppression support for upcoming jsonpath .datetime() method 6 years ago
Alexander Korotkov 66c74f8b6e Implement parse_datetime() function 6 years ago
Alvaro Herrera 773df883e8 Support reloptions of enum type 6 years ago
Tom Lane 5ac0d93600 Fix failure to zero-pad the result of bitshiftright(). 6 years ago
Alvaro Herrera 1a2983231d Split out code into new getKeyJsonValueFromContainer() 6 years ago
Tom Lane d5b90cd648 Fix bogus handling of XQuery regex option flags. 6 years ago
Alexander Korotkov d589f94460 Support for FF1-FF6 datetime format patterns 6 years ago
Tom Lane 9a86f03b4e Rearrange postmaster's startup sequence for better syslogger results. 6 years ago
Thomas Munro 720b59b55b Avoid catalog lookups in RelationAllowsEarlyPruning(). 6 years ago
Andres Freund 4c01a11103 Add fmgr.h include to selfuncs.h. 6 years ago