aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-18
* Add more tests for hashing and hash-based plansPeter Eisentraut2020-11-18
* Add tab completion for CREATE [OR REPLACE] TRIGGER in psqlMichael Paquier2020-11-18
* Deprecate nbtree's BTP_HAS_GARBAGE flag.Peter Geoghegan2020-11-17
* indexcmds.c: reorder function prototypesAlvaro Herrera2020-11-17
* nbtree: Rename nbtinsert.c variables for consistency.Peter Geoghegan2020-11-17
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-11-16
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Use "true" not "TRUE" in one ICU function call.Tom Lane2020-11-16
* Remove unused and deprecated strategy numbers from BRIN codePeter Eisentraut2020-11-16
* Normalize comment in empty grammar rulesPeter Eisentraut2020-11-16
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-16
* Make the standby server promptly handle interrupt signals.Fujii Masao2020-11-16
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* nbtree: Demote incomplete split "can't happen" error.Peter Geoghegan2020-11-15
* Suppress "warning: variable 'collcollate' set but not used".Tom Lane2020-11-15
* Fix timing issue in pg_rewind test.Heikki Linnakangas2020-11-15
* Fix alphabetic ordering in typedefs.listAlexander Korotkov2020-11-15
* Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane2020-11-14
* Fix some typosMichael Paquier2020-11-14
* Support negative indexes in split_part().Tom Lane2020-11-13
* Remove another test that doesn't work on Windows.Heikki Linnakangas2020-11-13
* change wire protocol data type for history file contentBruce Momjian2020-11-12
* Remove tests that don't work on Windows.Heikki Linnakangas2020-11-12
* Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas2020-11-12
* Clean up optional rules in grammarPeter Eisentraut2020-11-12
* Use standard SIGHUP and SIGTERM handlers in walreceiver.Fujii Masao2020-11-12
* pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao2020-11-12
* Remove useless SHA256 initialization when not using backup manifestsMichael Paquier2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-11
* Remove line missed in previous commitMagnus Hagander2020-11-11
* Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander2020-11-11
* Add pg_nodiscard decorations to some functionsPeter Eisentraut2020-11-11
* Add pg_nodiscard function declaration specifierPeter Eisentraut2020-11-11
* Fix cases of discarding result from list API functionsPeter Eisentraut2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Work around cross-version-upgrade issues created by commit 9e38c2bb5.Tom Lane2020-11-10
* pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas2020-11-10
* Fix out of date commentMagnus Hagander2020-11-10
* Remove -o option to postmasterMagnus Hagander2020-11-10
* jit: Add support for LLVM 12.Andres Freund2020-11-09
* Remove ineffective heapam CHECK_FOR_INTERRUPTS().Peter Geoghegan2020-11-09
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Remove analyze_new_cluster script from pg_upgradeMagnus Hagander2020-11-09