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
Age
Commit message (
Expand
)
Author
2023-11-26
Doc: list AT TIME ZONE and COLLATE in operator precedence table.
Tom Lane
2023-11-26
Fix brin.c indentation issues introduced by c1ec02be1d
Tomas Vondra
2023-11-25
Use fipshash in brin_multi test
Peter Eisentraut
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-11-25
C comment: add header to pg_test_fsync.c
Bruce Momjian
2023-11-25
C comment: clarify that WAL files can be _recycled_ or removed
Bruce Momjian
2023-11-25
Use SECS_PER_HOUR macro in tzparser.c, instead of constants
Bruce Momjian
2023-11-25
doc: gin_page_opaque_info() must be a _compressed_ GIN page
Bruce Momjian
2023-11-25
doc: improve ALTER TABLE "offical constraint" wording
Bruce Momjian
2023-11-25
Doc: un-break PDF build.
Tom Lane
2023-11-25
gitignore generated file targets-meson.sgml.
Tom Lane
2023-11-25
modify segno. for pg_walfile_name() and pg_walfile_name_offset()
Bruce Momjian
2023-11-24
doc: remove documentation for deprecated @@@ operator
Bruce Momjian
2023-11-24
doc: mention vacuum's removal of commit timestamp information
Bruce Momjian
2023-11-24
Fix whitespace.
Thomas Munro
2023-11-24
Improve comments about pqsignal().
Thomas Munro
2023-11-24
doc: add docs for age(xid) and mxid_age(xid)
Bruce Momjian
2023-11-23
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-11-23
C comment: fix typos with unnecessary apostrophes
Bruce Momjian
2023-11-22
doc: remove double-negative in REFRESH MATERIALIZED ... CONCURR
Bruce Momjian
2023-11-22
Fix the initial sync tables with no columns.
Amit Kapila
2023-11-22
Stop the search once the slot for replication origin is found.
Amit Kapila
2023-11-22
doc: FreeBSD uses camcontrol identify, not atacontrol, for cache
Bruce Momjian
2023-11-22
Fix query checking consistency of table amhandlers in opr_sanity.sql
Michael Paquier
2023-11-21
doc: vacuum_cost_limit controls when vacuum_cost_delay happens
Bruce Momjian
2023-11-21
Remove unneeded assignments in for loop header
Alvaro Herrera
2023-11-21
Avoid overflow in fe_utils' printTable()
Alvaro Herrera
2023-11-21
Simplify some logic in CreateReplicationSlot()
Michael Paquier
2023-11-21
Log messages for replication slot acquisition and release.
Amit Kapila
2023-11-21
meson: Document build targets, add 'help' target
Andres Freund
2023-11-21
meson: Add 'world' target
Andres Freund
2023-11-21
docs: meson: Change what 'docs' target builds
Andres Freund
2023-11-21
meson: docs: Add {html,man} targets, rename install-doc-*
Andres Freund
2023-11-20
Optimize check_search_path() by using SearchPathCache.
Jeff Davis
2023-11-20
Be more paranoid about OOM in search_path cache.
Jeff Davis
2023-11-20
Prevent overflow for block number in buffile.c
Michael Paquier
2023-11-19
Lock table in DROP STATISTICS
Tomas Vondra
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-18
doc: improve description of privileges for MERGE and update glossary.
Dean Rasheed
2023-11-18
meson: Fix missing dependency from install-quiet to sepgsql.sql
Andres Freund
2023-11-17
simplehash: preserve consistency in case of OOM.
Jeff Davis
2023-11-17
docs: Fix standalone INSTALL, broken in 06c70849fb2
Andres Freund
2023-11-17
doc: update query section to show LIMIT/OFFSET like SELECT
Bruce Momjian
2023-11-17
Release lock on heap buffer before vacuuming FSM
Andres Freund
2023-11-17
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
docs: Document --with-selinux/-Dselinux options centrally
Andres Freund
2023-11-17
meson: Change default of 'selinux' feature option to auto
Andres Freund
2023-11-17
Allow tests to pass in OpenSSL FIPS mode (rest)
Peter Eisentraut
2023-11-17
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
[next]