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
/
contrib
Age
Commit message (
Expand
)
Author
2024-09-04
Revert "Optimize pg_visibility with read streams."
Noah Misch
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-09-03
Fix stack variable scope from previous commit.
Noah Misch
2024-09-03
Optimize pg_visibility with read streams.
Noah Misch
2024-09-03
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-08-30
Make postgres_fdw's query_cancel test less flaky.
Tom Lane
2024-08-26
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-21
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-16
Remove incidental md5() function use from test
Peter Eisentraut
2024-08-15
Add missing wait_for_catchup() to pg_visibility tap test
Alexander Korotkov
2024-08-15
Fix GetStrictOldestNonRemovableTransactionId() on standby
Alexander Korotkov
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
Remove volatile qualifiers from pg_stat_statements.c.
Nathan Bossart
2024-08-05
Restrict accesses to non-system views and foreign tables during pg_dump.
Masahiko Sawada
2024-08-02
Include bison header files into implementation files
Peter Eisentraut
2024-07-30
Replace static buf with a stack-allocated one in 'seg' extension
Heikki Linnakangas
2024-07-28
amcheck: Optimize speed of checking for unique constraint violation
Alexander Korotkov
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-26
postgres_fdw: Fix bug in connection status check.
Fujii Masao
2024-07-26
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
Fujii Masao
2024-07-26
postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().
Fujii Masao
2024-07-25
Add argument names to the regexp_XXX functions.
Tom Lane
2024-07-25
pgcrypto: Remove unused binary from clean target
Daniel Gustafsson
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-24
pg_stat_statements: Add regression test for privilege handling.
Fujii Masao
2024-07-22
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2024-07-19
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-07-19
Propagate query IDs of utility statements in functions
Michael Paquier
2024-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-05
Add simple codepoint redirections to unaccent.rules.
Thomas Munro
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-07-01
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-06-20
Unify some error messages
Peter Eisentraut
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-05-26
amcheck: Fixes for right page check during unique constraint check
Alexander Korotkov
2024-05-22
amcheck: Report an error when the next page to a leaf is not a leaf
Alexander Korotkov
2024-05-22
amcheck: Don't load the right sibling page into BtreeCheckState
Alexander Korotkov
2024-05-22
amcheck: Refactoring the storage of the last visible entry
Alexander Korotkov
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
[next]