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
14 hours
Upgrade BufFile to use int64 for byte positions
Michael Paquier
15 hours
Fix typo in stat_utils.c
Michael Paquier
31 hours
Move attribute statistics functions to stat_utils.c
Michael Paquier
34 hours
Fix planner error with SRFs and grouping sets
Richard Guo
47 hours
Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.
Fujii Masao
47 hours
Fix version check for retain_dead_tuples subscription option.
Fujii Masao
2 days
Teach expr_is_nonnullable() to handle more expression types
Richard Guo
2 days
Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
2 days
Simplify COALESCE expressions using non-nullable arguments
Richard Guo
2 days
Improve comment in pgstatfuncs.c
Michael Paquier
2 days
Don't advance origin during apply failure.
Amit Kapila
3 days
Toggle logical decoding dynamically based on logical slot presence.
Masahiko Sawada
3 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
4 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
5 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
7 days
heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
7 days
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
7 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
8 days
Use table/index_close() more consistently
Michael Paquier
8 days
Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
9 days
Change pgstat_report_vacuum() to use Relation
Michael Paquier
10 days
Remove useless code in InjectionPointAttach()
Michael Paquier
10 days
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
10 days
downcase_identifier(): use method table from locale provider.
Jeff Davis
10 days
Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
10 days
Add explanatory comment to prune_freeze_setup()
Melanie Plageman
10 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
11 days
Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
11 days
Revisit cosmetics of "For inplace update, send nontransactional invalidations."
Noah Misch
11 days
Correct comments of "Fix data loss at inplace update after heap_update()".
Noah Misch
11 days
Remove unused single-byte char_is_cased() API.
Jeff Davis
11 days
Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
11 days
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
11 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
12 days
Allow cumulative statistics to read/write auxiliary data from/to disk
Michael Paquier
12 days
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
12 days
bufmgr: Add one-entry cache for private refcount
Andres Freund
12 days
bufmgr: Separate keys for private refcount infrastructure
Andres Freund
12 days
Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
12 days
Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
Alexander Korotkov
12 days
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
[next]