index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-21
*
Avoid memcpy() with same source and destination during relmapper init.
Tom Lane
2020-12-18
*
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-12-15
*
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."
Jeff Davis
2020-12-14
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
*
jit: Correct parameter type for generated expression evaluation functions.
Andres Freund
2020-12-07
*
backpatch "jit: Add support for LLVM 12."
Andres Freund
2020-12-07
*
Fix more race conditions in the newly-added pg_rewind test.
Heikki Linnakangas
2020-12-07
*
Fix missed step in removal of useless RESULT RTEs in the planner.
Tom Lane
2020-12-05
*
Fix race conditions in newly-added test.
Heikki Linnakangas
2020-12-04
*
Fix pg_rewind bugs when rewinding a standby server.
Heikki Linnakangas
2020-12-03
*
pg_checksums: data_checksum_version is unsigned so use %u not %d
Bruce Momjian
2020-12-01
*
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-12-01
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
*
Free disk space for dropped relations on commit.
Thomas Munro
2020-12-01
*
Prevent parallel index build in a standalone backend.
Tom Lane
2020-11-30
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Remove leftover comments, left behind by removal of WITH OIDS.
Heikki Linnakangas
2020-11-30
*
Fix recently-introduced breakage in psql's \connect command.
Tom Lane
2020-11-29
*
Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.
Noah Misch
2020-11-28
*
Fix a recently-introduced race condition in LISTEN/NOTIFY handling.
Tom Lane
2020-11-28
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
In psql's \d commands, don't truncate attribute default values.
Tom Lane
2020-11-25
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-20
*
On macOS, use -isysroot in link steps as well as compile steps.
Tom Lane
2020-11-20
*
Adjust DSM and DSA slot usage constants (back-patch).
Thomas Munro
2020-11-20
*
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-19
*
Don't Insert() a VFD entry until it's fully built.
Tom Lane
2020-11-16
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Use "true" not "TRUE" in one ICU function call.
Tom Lane
2020-11-16
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
doc: wire protocol data type for history file content is bytea
Bruce Momjian
2020-11-12
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Work around cross-version-upgrade issues created by commit 9e38c2bb5.
Tom Lane
2020-11-10
*
Stamp 12.5.
REL_12_5
Tom Lane
2020-11-09
*
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Translation updates
Peter Eisentraut
2020-11-09
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Fix redundant error messages in client tools
Peter Eisentraut
2020-11-07
*
Plug memory leak in index_get_partition
Alvaro Herrera
2020-11-06
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-11-06
*
Revert "pg_dump: Lock all relations, not just plain tables".
Tom Lane
2020-11-06
*
Don't throw an error for LOCK TABLE on a self-referential view.
Tom Lane
2020-11-05
*
Enable hash partitioning of text arrays
Peter Eisentraut
2020-11-04
[next]