index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-07-20
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-19
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
Mark buffers as defined to Valgrind consistently.
Peter Geoghegan
2020-07-19
Correctly mark pg_subscription.subslotname as nullable.
Tom Lane
2020-07-19
Define OPENSSL_API_COMPAT
Peter Eisentraut
2020-07-18
Fix replication/worker_internal.h to compile without other headers.
Tom Lane
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
Adjust minor comment in reorderbuffer.c.
Amit Kapila
2020-07-18
Fix comments in reorderbuffer.c.
Amit Kapila
2020-07-18
Rename "hash_mem" local variable.
Peter Geoghegan
2020-07-18
Add Valgrind buffer access instrumentation.
Peter Geoghegan
2020-07-17
Cope with data-offset-less archive files during out-of-order restores.
Tom Lane
2020-07-17
Remove manual tracking of file position in pg_dump/pg_backup_custom.c.
Tom Lane
2020-07-17
Avoid CREATE INDEX unique index deduplication.
Peter Geoghegan
2020-07-17
Ensure that distributed timezone abbreviation files are plain ASCII.
Tom Lane
2020-07-17
Fix whitespace
Peter Eisentraut
2020-07-17
Resolve gratuitous tabs in SQL file
Peter Eisentraut
2020-07-17
Fix signal handler setup for SIGHUP in the apply launcher process.
Amit Kapila
2020-07-17
Use MinimalTuple for tuple queues.
Thomas Munro
2020-07-17
Add huge_page_size setting for use on Linux.
Thomas Munro
2020-07-16
Enable almost all TAP tests involving symlinks on Windows
Andrew Dunstan
2020-07-16
Switch pg_test_fsync to use binary mode on Windows
Michael Paquier
2020-07-15
pg_dump: Reorganize dumpFunc() and dumpAgg()
Peter Eisentraut
2020-07-15
Fix handling of missing files when using pg_rewind with online source
Michael Paquier
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-14
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-07-14
Add comment to explain an unused function parameter
David Rowley
2020-07-14
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
Fix some header identifications
Michael Paquier
2020-07-14
Fix comments related to table AMs
Michael Paquier
2020-07-14
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
Fix uninitialized value in segno calculation
Alvaro Herrera
2020-07-13
Fix bugs in libpq's management of GSS encryption state.
Tom Lane
2020-07-13
Improvements to psql \dAo and \dAp commands
Alexander Korotkov
2020-07-13
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-13
Revert "Use CP_SMALL_TLIST for hash aggregate"
Jeff Davis
2020-07-13
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
Fix timestamp range handling in regression tests of modules/commit_ts/
Michael Paquier
2020-07-12
Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
Michael Paquier
2020-07-12
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-11
Avoid useless buffer allocations during binary COPY FROM.
Tom Lane
2020-07-11
Avoid trying to restore table ACLs and per-column ACLs in parallel.
Tom Lane
2020-07-11
Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes
Michael Paquier
2020-07-11
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-10
Revert "Remove reset of testtablespace from pg_regress on Windows"
Michael Paquier
2020-07-10
Log the location field before any backtrace
Peter Eisentraut
2020-07-10
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
Fix pg_current_logfile() to not emit a carriage return on Windows.
Tom Lane
[next]