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
2023-08-22
Simplify the logical worker type checks by using the switch on worker type.
Amit Kapila
2023-08-21
Fix pg_stat_reset_single_table_counters() for shared relations
Michael Paquier
2023-08-20
Bump catalog version for pg_wait_events
Michael Paquier
2023-08-20
Add system view pg_wait_events
Michael Paquier
2023-08-19
ci: macos: use cached macports install
Andres Freund
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-18
pg_upgrade: Improve style of a few verbose messages
Michael Paquier
2023-08-17
Fix format if entry in wait_event_names.txt
Michael Paquier
2023-08-17
Invalidate smgr_targblock in smgrrelease().
Thomas Munro
2023-08-16
Add OAT hook calls for more subcommands of ALTER TABLE
Michael Paquier
2023-08-16
Unify some error messages
Peter Eisentraut
2023-08-16
Improved CREATE SUBSCRIPTION message for clarity
Peter Eisentraut
2023-08-16
Remove incorrect field from information schema
Peter Eisentraut
2023-08-16
Split out tiebreaker comparisons from comparetup_* functions
John Naylor
2023-08-15
Re-allow FDWs and custom scan providers to replace joins with pseudoconstant ...
Etsuro Fujita
2023-08-14
De-pessimize ConditionVariableCancelSleep().
Thomas Munro
2023-08-14
hio: Take number of prior relation extensions into account
Andres Freund
2023-08-14
pgtest: fix spacing
Bruce Momjian
2023-08-14
pgtest: update shell script to use more modern syntax
Bruce Momjian
2023-08-14
Change custom wait events to use dynamic shared hash tables
Michael Paquier
2023-08-14
Simplify determining logical replication worker types.
Amit Kapila
2023-08-12
Fix off-by-one in XLogRecordMaxSize check.
Noah Misch
2023-08-12
Show GIDs of two-phase commit commands as constants in pg_stat_statements
Michael Paquier
2023-08-11
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-10
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
Remove test from commit fa2e874946.
Jeff Davis
2023-08-10
Fix erroneous -Werror=missing-braces on old GCC
Peter Eisentraut
2023-08-10
Update Solution.pm for new LoongArch CRC symbol
John Naylor
2023-08-10
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
Use native CRC instructions on 64-bit LoongArch
John Naylor
2023-08-09
Recalculate search_path after ALTER ROLE.
Jeff Davis
2023-08-09
struct PQcommMethods: use C99 designated initializers
Alvaro Herrera
2023-08-09
Fix last remaining uninitialized memory warnings
Peter Eisentraut
2023-08-08
Fix pg_dumpall with in-place tablespaces
Michael Paquier
2023-08-07
doc: Fix incorrect entries generated from wait_event_names.txt
Michael Paquier
2023-08-07
Reject substituting extension schemas or owners matching ["$'\].
Noah Misch
2023-08-07
Translation updates
Peter Eisentraut
2023-08-07
Don't Memoize lateral joins with volatile join conditions
David Rowley
2023-08-07
Fix RLS policy usage in MERGE.
Dean Rasheed
2023-08-07
Improve const use in zlib-using code
Peter Eisentraut
2023-08-07
Fix misleading comment in paraminfo_get_equal_hashops
David Rowley
2023-08-06
Tidy up join_search_one_level code
David Rowley
2023-08-04
Simplify some of the logical replication worker-type checks.
Amit Kapila
2023-08-04
Attempt to stabilize new window agg regression test
David Rowley
2023-08-03
Minor adjustments to WindowAgg startup cost code
David Rowley
2023-08-03
Account for startup rows when costing WindowAggs
David Rowley
2023-08-03
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
Refactor to split Apply and Tablesync Workers code.
Amit Kapila
2023-08-02
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-08-02
Fix performance regression in pg_strtointNN_safe functions
David Rowley
[next]