Commit Graph

9058 Commits (ecb09cd5de5279ab9cfa20a58fd3da44f7df5779)

Author SHA1 Message Date
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Robert Haas da41d71070 simplehash: Allow for use in frontend code. 6 years ago
Robert Haas 48995040d5 simplehash: Allow use of simplehash without MemoryContext. 6 years ago
Robert Haas 7dbfea3c45 Partially deduplicate interrupt handling for background processes. 6 years ago
Peter Geoghegan fcf3b6917b Rename nbtree tuple macros. 6 years ago
Michael Paquier 5d43c3c54d Fix query cancellation handling in psql 6 years ago
Tom Lane b925a00f4e Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE. 6 years ago
Peter Eisentraut 502423180a Fix build of Perl-using modules of Windows 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Tom Lane 6ea364e7e7 Prevent overly-aggressive collapsing of joins to RTE_RESULT relations. 6 years ago
Tom Lane 5935917ce5 Allow executor startup pruning to prune all child nodes. 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
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 6 years ago
Alvaro Herrera 6cafde1bd4 Add backend-only appendStringInfoStringQuoted 6 years ago
Jeff Davis 30d47723fd Fix comments in execGrouping.c 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Michael Paquier 28f4bba66b Remove configure check for OpenSSL's SSL_get_current_compression() 6 years ago
Robert Haas 42f362967d Minor comment improvements for instrumentation.h 6 years ago
Alvaro Herrera 0b9466fce2 Offer pnstrdup to frontend code 6 years ago
Michael Paquier 9989d37d1c Remove XLogFileNameP() from the tree 6 years ago
Tom Lane ce76c0ba53 Add a reverse-translation column number array to struct AppendRelInfo. 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Tom Lane c35b714caf Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 6 years ago
Tomas Vondra c676e659b2 Fix choose_best_statistics to check clauses individually 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Alvaro Herrera 0dc8ead463 Refactor WAL file-reading code into WALRead() 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
Tom Lane 8b7ae5a82d Stabilize the results of pg_notification_queue_usage(). 6 years ago
Joe Conway f7a2002e82 Add object TRUNCATE hook 6 years ago
Tom Lane 4a0aab14dc Defend against self-referential views in relation_is_updatable(). 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Fujii Masao 43a54a3bcc Bump WAL version. 6 years ago
Fujii Masao e6d8069522 Make DROP DATABASE command generate less WAL records. 6 years ago
Amit Kapila 9290ad198b Track statistics for spilling of changes from ReorderBuffer. 6 years ago
Tom Lane 2ddedcafca Reduce match_pattern_prefix()'s dependencies on index opfamilies. 6 years ago
Michael Paquier f9cb8bd3f2 Fix comment in xact.h 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Michael Paquier 50d22de932 Cleanup code in reloptions.h regarding reloption handling 6 years ago
Michael Paquier 1bbd608fda Split handling of reloptions for partitioned tables 6 years ago
Fujii Masao 7b8a899bde Make pg_waldump report more detail information about PREPARE TRANSACTION record. 6 years ago
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 6 years ago
Alvaro Herrera 5c46e7d82e pg_stat_{ssl,gssapi}: Show only processes with connections 6 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 6 years ago
Peter Eisentraut bbaa823272 Rerun autoheader 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Tom Lane a7145f6bc8 Fix integer-overflow edge case detection in interval_mul and pgbench. 6 years ago
Peter Eisentraut effa40281b Remove HAVE_LONG_LONG_INT 6 years ago