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
/
backend
Age
Commit message (
Expand
)
Author
32 min.
Fix typo in stat_utils.c
HEAD
master
Michael Paquier
17 hours
Move attribute statistics functions to stat_utils.c
Michael Paquier
20 hours
Fix planner error with SRFs and grouping sets
Richard Guo
33 hours
Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.
Fujii Masao
33 hours
Fix version check for retain_dead_tuples subscription option.
Fujii Masao
38 hours
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
38 hours
Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
38 hours
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
39 hours
Improve comment in pgstatfuncs.c
Michael Paquier
43 hours
Don't advance origin during apply failure.
Amit Kapila
2 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
2 days
Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
3 days
Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
3 days
Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
4 days
Fix another typo in gininsert.c
Michael Paquier
4 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
6 days
heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
6 days
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
6 days
Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
7 days
Fix typos in gininsert.c
Michael Paquier
7 days
Add guard to prevent recursive memory context logging.
Fujii Masao
7 days
Use table/index_close() more consistently
Michael Paquier
7 days
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
9 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
9 days
Remove useless code in InjectionPointAttach()
Michael Paquier
9 days
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
9 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
9 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
9 days
Add explanatory comment to prune_freeze_setup()
Melanie Plageman
9 days
Fix const qualification in prune_freeze_setup()
Melanie Plageman
10 days
Separate out bytea sort support from varlena.c
John Naylor
10 days
Add TAP test to check recovery when redo LSN is missing
Michael Paquier
10 days
Fail recovery when missing redo checkpoint record without backup_label
Michael Paquier
10 days
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
10 days
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
10 days
Correct comments of "Fix data loss at inplace update after heap_update()".
Noah Misch
10 days
Remove unused single-byte char_is_cased() API.
Jeff Davis
10 days
Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
10 days
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
10 days
Improve sanity checks on multixid members length
Heikki Linnakangas
11 days
Fix typo in tablecmds.c
David Rowley
11 days
Add retry logic to pg_sync_replication_slots().
Amit Kapila
11 days
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
11 days
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
11 days
bufmgr: Add one-entry cache for private refcount
Andres Freund
11 days
bufmgr: Separate keys for private refcount infrastructure
Andres Freund
11 days
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
11 days
Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
Alexander Korotkov
11 days
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
11 days
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
[next]