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
/
include
Age
Commit message (
Expand
)
Author
2021-03-04
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-03
Add trim_array() function.
Tom Lane
2021-03-03
pg_upgrade: Check version of target cluster binaries
Peter Eisentraut
2021-03-03
Add sort_template.h for making sort functions.
Thomas Munro
2021-03-03
Add option to enable two_phase commits via pg_create_logical_replication_slot.
Amit Kapila
2021-03-01
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-02-28
Use SIGURG rather than SIGUSR1 for latches.
Thomas Munro
2021-02-28
Optimize latches to send fewer signals.
Thomas Munro
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-26
Improve memory management in regex compiler.
Tom Lane
2021-02-26
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-25
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-22
pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro
2021-02-22
Hide internal error for pg_collation_actual_version(<bad OID>).
Thomas Munro
2021-02-21
Avoid generating extra subre tree nodes for capturing parentheses.
Tom Lane
2021-02-21
Convert regex engine's subre tree from binary to N-ary style.
Tom Lane
2021-02-20
Recognize "match-all" NFAs within the regex engine.
Tom Lane
2021-02-20
Invent "rainbow" arcs within the regex engine.
Tom Lane
2021-02-20
Fix inconsistent configure data for --with-ssl
Michael Paquier
2021-02-19
Update snowball
Peter Eisentraut
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-02-17
Routine usage information schema tables
Peter Eisentraut
2021-02-16
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Tom Lane
2021-02-16
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
Default to wal_sync_method=fdatasync on FreeBSD.
Thomas Munro
2021-02-15
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
Add result size as argument of pg_cryptohash_final() for overflow checks
Michael Paquier
2021-02-15
Minor fixes to improve regex debugging code.
Tom Lane
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-13
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-12
Tweak compiler version cutoff for no_sanitize("alignment") support.
Tom Lane
2021-02-12
pg_attribute_no_sanitize_alignment() macro
Alexander Korotkov
2021-02-12
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-11
Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane
2021-02-10
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-10
Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Michael Paquier
2021-02-10
Make pg_replication_origin_drop safe against concurrent drops.
Amit Kapila
2021-02-09
Revert "Display the time when the process started waiting for the lock, in pg...
Fujii Masao
2021-02-09
Display the time when the process started waiting for the lock, in pg_locks.
Fujii Masao
2021-02-09
Add option PROCESS_TOAST to VACUUM
Michael Paquier
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
[next]