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-04-22
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-22
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-21
Fix single-record reads to use restore_command if available in pg_rewind
Michael Paquier
2020-04-21
psql \d: Display table where trigger is defined, if inherited
Alvaro Herrera
2020-04-21
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-21
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
Consider outliers in split interval calculation.
Peter Geoghegan
2020-04-21
Allow matchingsel() to be used with operators that might return NULL.
Tom Lane
2020-04-21
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
Fix duplicate typedef from commit 0d8c9c121.
Tom Lane
2020-04-20
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON
Alvaro Herrera
2020-04-20
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
Allow pg_read_all_stats to access all stats views again
Magnus Hagander
2020-04-19
Fix missing pfree() in logtape.c, missed by 24d85952.
Jeff Davis
2020-04-19
Fix update-unicode target
Peter Eisentraut
2020-04-18
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-17
Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"
Andrew Dunstan
2020-04-17
Only provide openssl_tls_init_hook if building with openssl
Andrew Dunstan
2020-04-17
Use a slightly more liberal regex to detect Visual Studio version
Andrew Dunstan
2020-04-17
Only provide new libpq sslpasskey hook for openssl-enabled builds
Andrew Dunstan
2020-04-17
Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.
Tom Lane
2020-04-17
Fix minor memory leak in pg_basebackup and pg_receivewal
Michael Paquier
2020-04-16
Remove unneeded constraint dependency tracking
David Rowley
2020-04-16
Fix the usage of parallel and full options of vacuum command.
Amit Kapila
2020-04-16
Disable silently generation of manifests with servers <= 12 in pg_basebackup
Michael Paquier
2020-04-15
Slightly simplify nbtree split point choice loop.
Peter Geoghegan
2020-04-15
Fix minor memory leak in pg_dump
Michael Paquier
2020-04-15
Code review for backup manifest.
Fujii Masao
2020-04-14
Remove obsolete "hole in center of page" comment.
Peter Geoghegan
2020-04-14
Account for collation when coercing the output of a SQL function.
Tom Lane
2020-04-14
Stop requiring an explicit return from perl subroutines
Andrew Dunstan
2020-04-14
Set Perl search path more idiomatically
Andrew Dunstan
2020-04-14
Rearrange _bt_insertonpg() "update metapage" code.
Peter Geoghegan
2020-04-14
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
Add defensive "split_only_page" nbtree assertion.
Peter Geoghegan
2020-04-14
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
Make _bt_insertonpg() more like _bt_split().
Peter Geoghegan
2020-04-14
Add a wait_for_catchup() before immediate stop of a test master.
Noah Misch
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
Use perl's $/ more idiomatically
Andrew Dunstan
2020-04-13
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
Print policy name in perlcritic messages
Andrew Dunstan
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-12
Rename pg_validatebackup to pg_verifybackup.
Robert Haas
2020-04-11
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
[next]