summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-11-20Replace a macro by a functionPeter Eisentraut
2020-11-20Add collation versions for FreeBSD.Thomas Munro
2020-11-20Emit log when restore_command succeeds but archived file faills to be restored.Fujii Masao
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-11-19Hash support for row typesPeter Eisentraut
2020-11-19Add BarrierArriveAndDetachExceptLast().Thomas Munro
2020-11-18Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera
2020-11-18Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas
2020-11-17Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan
2020-11-17indexcmds.c: reorder function prototypesAlvaro Herrera
2020-11-17nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-17Don't Insert() a VFD entry until it's fully built.Tom Lane
2020-11-16Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-16Use "true" not "TRUE" in one ICU function call.Tom Lane
2020-11-16Remove unused and deprecated strategy numbers from BRIN codePeter Eisentraut
2020-11-16Normalize comment in empty grammar rulesPeter Eisentraut
2020-11-16Remove code handling removed deprecated containment operatorsPeter Eisentraut
2020-11-16Make the standby server promptly handle interrupt signals.Fujii Masao
2020-11-16Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier
2020-11-15Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane
2020-11-15nbtree: Demote incomplete split "can't happen" error.Peter Geoghegan
2020-11-15Suppress "warning: variable 'collcollate' set but not used".Tom Lane
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane
2020-11-14Fix some typosMichael Paquier
2020-11-13Support negative indexes in split_part().Tom Lane
2020-11-12change wire protocol data type for history file contentBruce Momjian
2020-11-12Clean up optional rules in grammarPeter Eisentraut
2020-11-12Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao
2020-11-12pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao
2020-11-12Remove useless SHA256 initialization when not using backup manifestsMichael Paquier
2020-11-11Remove duplicate code in brin_memtuple_initializeTomas Vondra
2020-11-11Fix some stray whitespace in parser filesPeter Eisentraut
2020-11-11Fix cases of discarding result from list API functionsPeter Eisentraut
2020-11-11Fix and simplify some usages of TimestampDifference().Tom Lane
2020-11-10Fix out of date commentMagnus Hagander
2020-11-10Remove -o option to postmasterMagnus Hagander
2020-11-10jit: Add support for LLVM 12.Andres Freund
2020-11-09Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan
2020-11-09In security-restricted operations, block enqueue of at-commit user code.Noah Misch
2020-11-08Fix assertion in collation version lookup.Thomas Munro
2020-11-08Improve nbtree README's LP_DEAD section.Peter Geoghegan
2020-11-07Message style improvementsAlvaro Herrera
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-07Move catalog toast table declarationsPeter Eisentraut
2020-11-07Plug memory leak in index_get_partitionAlvaro Herrera
2020-11-07Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directoriesMichael Paquier
2020-11-06Properly detoast data in brin_form_tupleTomas Vondra