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
2021-03-01
Update the docs and comments for decoding of prepared xacts.
Amit Kapila
2021-03-01
Use EVFILT_SIGNAL for kqueue latches.
Thomas Munro
2021-03-01
Use signalfd(2) for epoll latches.
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-28
Remove latch.c workaround for Linux < 2.6.27.
Thomas Munro
2021-02-27
pgbench: Remove now-dead CState->ecnt
Michael Paquier
2021-02-27
Fix use-after-free bug with AfterTriggersTableData.storeslot
Alvaro Herrera
2021-02-27
Add missing TidRangeScan readfunc
David Rowley
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
Enhanced cycle mark values
Peter Eisentraut
2021-02-26
Improve memory management in regex compiler.
Tom Lane
2021-02-26
Extend a test case a little
Peter Eisentraut
2021-02-26
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
Thomas Munro
2021-02-26
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-25
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
Doc: remove src/backend/regex/re_syntax.n.
Tom Lane
2021-02-25
Change regex \D and \W shorthands to always match newlines.
Tom Lane
2021-02-25
Allow complemented character class escapes within regex brackets.
Tom Lane
2021-02-25
Improve tab-completion for TRUNCATE.
Fujii Masao
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-25
Fix relcache reference leak introduced by ce0fdbfe97.
Amit Kapila
2021-02-24
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
Message style fix
Peter Eisentraut
2021-02-23
Fix confusion in comments about generate_gather_paths
Alvaro Herrera
2021-02-23
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
Suppress compiler warning in new regex match-all detection code.
Tom Lane
2021-02-23
VACUUM: ignore indexing operations with CONCURRENTLY
Alvaro Herrera
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
Fix an oversight in ReorderBufferFinishPrepared.
Amit Kapila
2021-02-23
Change the error message for logical replication authentication failure.
Amit Kapila
2021-02-22
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
Fix typo
Alvaro Herrera
2021-02-22
Tab-complete CREATE COLLATION.
Thomas Munro
2021-02-22
Refactor get_collation_current_version().
Thomas Munro
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-22
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
Fujii Masao
2021-02-22
Improve new hash partition bound check error messages
Peter Eisentraut
2021-02-22
Use pgstat_progress_update_multi_param() where possible
Michael Paquier
2021-02-22
Remove outdated reference to RAID spindles.
Thomas Munro
2021-02-22
Simplify memory management for regex DFAs a little.
Tom Lane
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
Fix regex engine to suppress useless concatenation sub-REs.
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
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
Fujii Masao
2021-02-19
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
[next]