aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove "invalid concatenation of jsonb objects" error case.Tom Lane2020-12-21
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2020-12-15
* Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis2020-12-14
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.Tom Lane2020-12-08
* jit: Correct parameter type for generated expression evaluation functions.Andres Freund2020-12-07
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-07
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* Fix missed step in removal of useless RESULT RTEs in the planner.Tom Lane2020-12-05
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-28
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* In psql's \d commands, don't truncate attribute default values.Tom Lane2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* On macOS, use -isysroot in link steps as well as compile steps.Tom Lane2020-11-20
* Adjust DSM and DSA slot usage constants (back-patch).Thomas Munro2020-11-20
* Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane2020-11-19
* Don't Insert() a VFD entry until it's fully built.Tom Lane2020-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
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-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
* Stamp 12.5.REL_12_5Tom Lane2020-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
* Translation updatesPeter Eisentraut2020-11-09
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-07
* Plug memory leak in index_get_partitionAlvaro Herrera2020-11-06
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-04