summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-12-17simplehash: Allow for use in frontend code.Robert Haas
2019-12-17simplehash: Allow use of simplehash without MemoryContext.Robert Haas
2019-12-17Partially deduplicate interrupt handling for background processes.Robert Haas
2019-12-17Rename nbtree tuple macros.Peter Geoghegan
2019-12-17Fix query cancellation handling in psqlMichael Paquier
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-16Fix build of Perl-using modules of WindowsPeter Eisentraut
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-11Emit parameter values during query bind/execute errorsAlvaro Herrera
2019-12-10Cosmetic cleaning of pg_config.h.win32Peter Eisentraut
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-12-06Fix comments in execGrouping.cJeff Davis
2019-12-06Fix handling of OpenSSL's SSL_clear_optionsMichael Paquier
2019-12-06Remove configure check for OpenSSL's SSL_get_current_compression()Michael Paquier
2019-12-05Minor comment improvements for instrumentation.hRobert Haas
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-12-03Remove XLogFileNameP() from the treeMichael Paquier
2019-12-02Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane
2019-12-02Refactor query cancellation code into src/fe_utils/Michael Paquier
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-11-28Fix choose_best_statistics to check clauses individuallyTomas Vondra
2019-11-27Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut
2019-11-25Refactor WAL file-reading code into WALRead()Alvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-24Stabilize the results of pg_notification_queue_usage().Tom Lane
2019-11-23Add object TRUNCATE hookJoe Conway
2019-11-21Defend against self-referential views in relation_is_updatable().Tom Lane
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-21Bump WAL version.Fujii Masao
2019-11-21Make DROP DATABASE command generate less WAL records.Fujii Masao
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-20Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane
2019-11-20Fix comment in xact.hMichael Paquier
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-11-14Cleanup code in reloptions.h regarding reloption handlingMichael Paquier
2019-11-14Split handling of reloptions for partitioned tablesMichael Paquier
2019-11-13Make pg_waldump report more detail information about PREPARE TRANSACTION record.Fujii Masao
2019-11-13Introduce the 'force' option for the Drop Database command.Amit Kapila
2019-11-12pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-11Rerun autoheaderPeter Eisentraut
2019-11-08Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund
2019-11-08Add backtrace support for error reportingAlvaro Herrera
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-11-07Fix nested error handling in PG_FINALLYPeter Eisentraut