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
*
Fix out-of-memory handling in ecpglib.
Tom Lane
2020-01-19
*
Silence minor compiler warnings.
Tom Lane
2020-01-19
*
Remove separate files for the initial contents of pg_(sh)description
Heikki Linnakangas
2020-01-19
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
*
bump catalog version as should have been done for jsonb_set_lax
Andrew Dunstan
2020-01-17
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
*
Rationalize code placement between wchar.c, encnames.c, and mbutils.c.
Tom Lane
2020-01-16
*
Update header comments for wchar.c and encnames.c.
Tom Lane
2020-01-16
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
*
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-16
*
Minor code beautification in regexp.c.
Tom Lane
2020-01-16
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-15
*
Fix buggy logic in isTempNamespaceInUse()
Michael Paquier
2020-01-15
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Fix compiler warning about format on Windows
Peter Eisentraut
2020-01-14
*
Revert copyright script changes to binary *.key files
Bruce Momjian
2020-01-14
*
tools/copyright.pl: skip copyright changes for *.key files
Bruce Momjian
2020-01-14
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
*
Expose PQbackendPID() through walreceiver API
Peter Eisentraut
2020-01-14
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Revert test added by commit d207038053.
Amit Kapila
2020-01-14
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Fix base backup with database OIDs larger than INT32_MAX
Peter Eisentraut
2020-01-13
*
Fix typo.
Amit Kapila
2020-01-13
*
Fix comment in heapam.c
Michael Paquier
2020-01-13
*
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-13
*
Apply multiple multivariate MCV lists when possible
Tomas Vondra
2020-01-13
*
Apply all available functional dependencies
Tomas Vondra
2020-01-13
*
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-12
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
*
Make lsn argument of walrcv_create_slot() optional
Peter Eisentraut
2020-01-11
*
Remove STATUS_FOUND
Peter Eisentraut
2020-01-11
*
Maintain valid md.c state when FileClose() fails.
Noah Misch
2020-01-10
*
nbtree: Rename BT_HEAP_TID_ATTR.
Peter Geoghegan
2020-01-10
*
nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
Peter Geoghegan
2020-01-10
*
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-10
*
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
*
pgbench: Make more debug messages use common logging API
Michael Paquier
2020-01-10
*
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Tom Lane
2020-01-09
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Add pg_shmem_allocations view.
Robert Haas
2020-01-09
[next]