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
2024-04-12
Add a TAP test for test_json_parser_perf
Andrew Dunstan
2024-04-12
Fix some memory leaks associated with parsing json and manifests
Andrew Dunstan
2024-04-12
Fix recently introduced typo in code comment
David Rowley
2024-04-12
Fix the review comments and a bug in the slot sync code.
Amit Kapila
2024-04-12
Fix IS [NOT] NULL qual optimization for inheritance tables
David Rowley
2024-04-11
Doc: fix bogus to_date() examples.
Tom Lane
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
Revert: Allow table AM tuple_insert() method to return the different slot
Alexander Korotkov
2024-04-11
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
meson: Remove obsolete function test
Peter Eisentraut
2024-04-11
postgres_fdw: Improve comment about handling of asynchronous requests.
Etsuro Fujita
2024-04-11
Use correct datatype for xmin variables in slot.c
Michael Paquier
2024-04-11
Revert indexed and enlargable binary heap implementation.
Masahiko Sawada
2024-04-11
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-11
Fix grammar.
Thomas Munro
2024-04-11
Fix potential stack overflow in incremental backup.
Thomas Munro
2024-04-11
Fix inconsistency with replay of hash squeeze record for clean buffers
Michael Paquier
2024-04-10
Fix plpgsql's handling of -- comments following expressions.
Tom Lane
2024-04-10
Doc: Update ulinks to RFC documents to avoid redirect
Daniel Gustafsson
2024-04-10
Make GIN tests using injection points concurrent-safe
Michael Paquier
2024-04-10
Fix a test in failover slots regression test.
Amit Kapila
2024-04-10
Fix illegal attribute propagation in LLVM JIT.
Thomas Munro
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-04-09
revert: Transform OR clauses to ANY expression
Alexander Korotkov
2024-04-09
Remove unused BumpBlockIsValid macro
David Rowley
2024-04-09
Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commands
Alexander Korotkov
2024-04-09
Doc: use "an SQL" instead of "a SQL"
David Rowley
2024-04-09
doc: Remove stray comma from list of psql options
Daniel Gustafsson
2024-04-09
Fix incorrect format placeholders
Peter Eisentraut
2024-04-09
Update config.guess and config.sub
Peter Eisentraut
2024-04-09
Fix whitespace
Peter Eisentraut
2024-04-09
Get rid of anonymous struct
John Naylor
2024-04-09
libpq error message fixes
Heikki Linnakangas
2024-04-09
Fix typo in docs
Heikki Linnakangas
2024-04-09
Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup
Michael Paquier
2024-04-09
injection_points: Fix race condition with local injection point tests
Michael Paquier
2024-04-08
In psql, avoid leaking a PGresult after a query is cancelled.
Tom Lane
2024-04-08
Further review for re-implementation of psql's FETCH_COUNT feature.
Tom Lane
2024-04-08
Teach radix tree to embed values at runtime
John Naylor
2024-04-08
Teach TID store to skip bitmap for small numbers of offsets
John Naylor
2024-04-08
Provide a way block-level table AMs could re-use acquire_sample_rows()
Alexander Korotkov
2024-04-08
Fix some grammer errors from error messages and codes comments
Alexander Korotkov
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Adjust wording of trace_connection_negotiation GUC's description
Heikki Linnakangas
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Fix the intermittent buildfarm failures in 040_standby_failover_slots_sync.
Amit Kapila
2024-04-08
Use bump context for TID bitmaps stored by vacuum
John Naylor
[next]