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-04-08
For cascading replication, wake physical and logical walsenders separately
Andres Freund
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Support invalidating replication slots due to horizon and wal_level
Andres Freund
2023-04-08
Fix underspecified sort order in inherit.sql
Andres Freund
2023-04-08
Prevent use of invalidated logical slot in CreateDecodingContext()
Andres Freund
2023-04-08
Replace replication slot's invalidated_at LSN with an enum
Andres Freund
2023-04-08
Add io_direct setting (developer-only).
Thomas Munro
2023-04-08
Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.
Thomas Munro
2023-04-08
Doc: Fix the datatype of the newly added SUBSCRIPTION options.
Amit Kapila
2023-04-08
Add missing .gitignore entry.
Tom Lane
2023-04-08
Remove useless dependencies in daitch_mokotoff_header.pl.
Tom Lane
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-08
Pacify perlcritic.
Tom Lane
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-07
Show more detail in nbtree rmgr descriptions.
Peter Geoghegan
2023-04-07
For Kerberos testing, disable DNS lookups
Stephen Frost
2023-04-07
Show more detail in heapam rmgr descriptions.
Peter Geoghegan
2023-04-07
Adjust contrib/sepgsql regression test expected outputs.
Tom Lane
2023-04-07
Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.
Tom Lane
2023-04-07
Fix table name clash in recently introduced test
Andres Freund
2023-04-07
Improve IO accounting for temp relation writes
Andres Freund
2023-04-07
Test SCRAM iteration changes with psql \password
Daniel Gustafsson
2023-04-07
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-07
Fix underspecified sort order in test query
Alvaro Herrera
2023-04-07
Add pg_buffercache_usage_counts() to contrib/pg_buffercache.
Tom Lane
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs.
Tom Lane
2023-04-07
Add array_sample() and array_shuffle() functions.
Tom Lane
2023-04-07
Fix locale-dependent test case.
Tom Lane
2023-04-07
Fix copy-paste bug in 12f3867f553 triggering an assert after a write error
Andres Freund
2023-04-07
Add tab-completion for newly added SUBSCRIPTION options.
Amit Kapila
2023-04-07
Add more protections in WAL record APIs against overflows
Michael Paquier
2023-04-07
Use ExtendBufferedRelTo() in XLogReadBufferExtended()
Andres Freund
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-04-06
hio: Use ExtendBufferedRelBy() to extend tables more efficiently
Andres Freund
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-06
heapam: Pass number of required pages to RelationGetBufferForTuple()
Andres Freund
2023-04-06
Refresh cost-based delay params more frequently in autovacuum
Daniel Gustafsson
2023-04-06
Separate vacuum cost variables from GUCs
Daniel Gustafsson
2023-04-06
Make vacuum failsafe_active globally visible
Daniel Gustafsson
2023-04-06
Stabilize just-added regression test cases.
Tom Lane
2023-04-06
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-04-06
Fix ts_headline() edge cases for empty query and empty search text.
Tom Lane
2023-04-06
hio: Don't pin the VM while holding buffer lock while extending
Andres Freund
2023-04-06
hio: Relax rules for calling GetVisibilityMapPins()
Andres Freund
2023-04-06
psql: add an optional execution-count limit to \watch.
Tom Lane
2023-04-06
Support long distance matching for zstd compression
Tomas Vondra
2023-04-06
postgres_fdw: Add support for parallel abort.
Etsuro Fujita
2023-04-06
Move various prechecks from vacuum() into ExecVacuum()
David Rowley
2023-04-06
Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()
Andres Freund
[next]