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
2022-01-18
Improve code clarity in epilogue of UTF-8 verification fast path
John Naylor
2022-01-18
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-17
tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.
Andres Freund
2022-01-17
heap pruning: Only call BufferGetBlockNumber() once.
Andres Freund
2022-01-17
Move 027_stream_regress.pl's output to tmp_check.
Thomas Munro
2022-01-17
pg_upgrade: Preserve relfilenodes and tablespace OIDs.
Robert Haas
2022-01-17
Avoid calling gettext() in signal handlers.
Tom Lane
2022-01-17
Avoid calling strerror[_r] in PQcancel().
Tom Lane
2022-01-17
Fix for new Boolean node
Peter Eisentraut
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-17
Fix typo in pg_dumpall.c
Michael Paquier
2022-01-17
Add support for --no-table-access-method in pg_{dump,dumpall,restore}
Michael Paquier
2022-01-17
Test replay of regression tests, attempt II.
Thomas Munro
2022-01-17
Consistently use the function name CreateCheckPoint in code and comments.
Amit Kapila
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-16
Teach hash_ok_operator() that record_eq is only sometimes hashable.
Tom Lane
2022-01-16
Fix psql's tab-completion of enum label values.
Tom Lane
2022-01-16
Clean up TAP tests' usage of wait_for_catchup().
Tom Lane
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
Update copyright notice to 2022 for recently-introduced TAP test
Michael Paquier
2022-01-15
Remove standby_schedule and associated test files.
Tom Lane
2022-01-15
Add simple test for physical replication of sequences.
Tom Lane
2022-01-15
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
Add tab-completion for CREATE FOREIGN TABLE.
Fujii Masao
2022-01-15
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
Unify VACUUM VERBOSE and autovacuum logging.
Peter Geoghegan
2022-01-14
Revert "Add new simple TAP test for tablespaces."
Thomas Munro
2022-01-14
Revert "Test replay of regression tests."
Thomas Munro
2022-01-14
Test replay of regression tests.
Thomas Munro
2022-01-14
Add new simple TAP test for tablespaces.
Thomas Munro
2022-01-14
Use in-place tablespaces in regression test.
Thomas Munro
2022-01-14
Allow "in place" tablespaces.
Thomas Munro
2022-01-14
Rename value node fields
Peter Eisentraut
2022-01-14
Refactor AlterRole()
Peter Eisentraut
2022-01-14
Assert redirect pointers are sensible after heap_page_prune().
Andres Freund
2022-01-14
Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.
Andres Freund
2022-01-13
Fix ruleutils.c's dumping of whole-row Vars in more contexts.
Tom Lane
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-13
Fix incorrect comments in hmac.c and hmac_openssl.c
Michael Paquier
2022-01-12
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
vacuumlazy.c: fix "garbage tuples" reference.
Peter Geoghegan
2022-01-12
Consider fractional paths in generate_orderedappend_paths
Tomas Vondra
2022-01-12
Add index on pg_publication_rel.prpubid
Alvaro Herrera
2022-01-12
ecpg: Catch zero-length Unicode identifiers correctly
Peter Eisentraut
2022-01-12
Move any code specific to log_destination=csvlog to its own file
Michael Paquier
2022-01-12
Refactor set of routines specific to elog.c
Michael Paquier
2022-01-12
Fix comment related to pg_cryptohash_error()
Michael Paquier
2022-01-11
Add missing include guard to win32ntdll.h.
Thomas Munro
2022-01-11
Improve error message for missing extension.
Tom Lane
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
[next]