projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
11 hours ago
Michael Paquier
Fix comment in lsyscache.c
master
github/master
commit
|
commitdiff
|
tree
11 hours ago
Thomas Munro
jit: Drop redundant LLVM configure probes.
commit
|
commitdiff
|
tree
12 hours ago
Michael Paquier
Add pg_get_multixact_stats()
commit
|
commitdiff
|
tree
13 hours ago
Michael Paquier
Add MultiXactOffsetStorageSize() to multixact_internal.h
commit
|
commitdiff
|
tree
13 hours ago
Michael Paquier
Change GetMultiXactInfo() to return the next multixact...
commit
|
commitdiff
|
tree
17 hours ago
Thomas Munro
jit: Remove -Wno-deprecated-declarations in 18+.
commit
|
commitdiff
|
tree
24 hours ago
Tom Lane
Ensure sanity of hash-join costing when there are no...
commit
|
commitdiff
|
tree
24 hours ago
Tom Lane
Further stabilize a postgres_fdw test case.
commit
|
commitdiff
|
tree
39 hours ago
Thomas Munro
Fix Mkvcbuild.pm builds of test_cloexec.c.
commit
|
commitdiff
|
tree
40 hours ago
Richard Guo
Ignore PlaceHolderVars when looking up statistics
commit
|
commitdiff
|
tree
40 hours ago
Richard Guo
Strip PlaceHolderVars from index operands
commit
|
commitdiff
|
tree
2 days ago
Peter Eisentraut
Change some Datum to void * for opaque pass-through...
commit
|
commitdiff
|
tree
2 days ago
Michael Paquier
Split some long Makefile lists
commit
|
commitdiff
|
tree
2 days ago
Daniel Gustafsson
Fix incorrectly spelled city name
commit
|
commitdiff
|
tree
2 days ago
Peter Eisentraut
Remove MsgType type
commit
|
commitdiff
|
tree
2 days ago
Daniel Gustafsson
Add oauth_validator_libraries to variable_is_guc_list_quote
commit
|
commitdiff
|
tree
3 days ago
Michael Paquier
Fix pg_stat_get_backend_activity() to use multi-byte...
commit
|
commitdiff
|
tree
3 days ago
Bruce Momjian
doc: warn about the use of "ctid" queries beyond the...
commit
|
commitdiff
|
tree
4 days ago
Michael Paquier
doc: Remove duplicate word in ECPG description
commit
|
commitdiff
|
tree
4 days ago
Michael Paquier
Upgrade BufFile to use int64 for byte positions
commit
|
commitdiff
|
tree
4 days ago
Michael Paquier
Fix typo in stat_utils.c
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
Move attribute statistics functions to stat_utils.c
commit
|
commitdiff
|
tree
5 days ago
Richard Guo
Fix planner error with SRFs and grouping sets
commit
|
commitdiff
|
tree
5 days ago
Masahiko Sawada
psql: Fix tab completion for VACUUM option values.
commit
|
commitdiff
|
tree
5 days ago
Bruce Momjian
doc: change "can not" to "cannot"
commit
|
commitdiff
|
tree
5 days ago
Masahiko Sawada
Fix regression test failure when wal_level is set to...
commit
|
commitdiff
|
tree
6 days ago
Fujii Masao
doc: Use proper tags in pg_overexplain documentation.
commit
|
commitdiff
|
tree
6 days ago
Fujii Masao
Fix CREATE SUBSCRIPTION failure when the publisher...
commit
|
commitdiff
|
tree
6 days ago
Fujii Masao
Fix version check for retain_dead_tuples subscription...
commit
|
commitdiff
|
tree
6 days ago
Amit Kapila
Update comments to reflect changes in 8e0d32a4a1.
commit
|
commitdiff
|
tree
6 days ago
Amit Kapila
Doc: Clarify publication privilege requirements.
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Teach expr_is_nonnullable() to handle more expression...
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Optimize ROW(...) IS [NOT] NULL using non-nullable...
commit
|
commitdiff
|
tree
6 days ago
Richard Guo
Simplify COALESCE expressions using non-nullable arguments
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
Improve comment in pgstatfuncs.c
commit
|
commitdiff
|
tree
6 days ago
Amit Kapila
Don't advance origin during apply failure.
commit
|
commitdiff
|
tree
6 days ago
Tom Lane
Fix another case of indirectly casting away const.
commit
|
commitdiff
|
tree
6 days ago
Bruce Momjian
C comment: fix psql "pstdout" duplicate to "pstdin"
commit
|
commitdiff
|
tree
7 days ago
Masahiko Sawada
pg_visibility: Use visibilitymap_count instead of loop.
commit
|
commitdiff
|
tree
7 days ago
Masahiko Sawada
Toggle logical decoding dynamically based on logical...
commit
|
commitdiff
|
tree
7 days ago
Heikki Linnakangas
Fix bug in following update chain when locking a heap...
commit
|
commitdiff
|
tree
7 days ago
Michael Paquier
Fix orphaned origin in shared memory after DROP SUBSCRI...
commit
|
commitdiff
|
tree
7 days ago
Bruce Momjian
doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
commit
|
commitdiff
|
tree
7 days ago
Michael Paquier
Switch buffile.c/h to use pgoff_t instead of off_t
commit
|
commitdiff
|
tree
7 days ago
Masahiko Sawada
psql: Improve tab completion for COPY option lists.
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Add missing .gitignore for src/test/modules/test_cloexec.
commit
|
commitdiff
|
tree
8 days ago
Fujii Masao
doc: Fix incorrect reference in pg_overexplain document...
commit
|
commitdiff
|
tree
8 days ago
Michael Paquier
Fix another typo in gininsert.c
commit
|
commitdiff
|
tree
9 days ago
Peter Geoghegan
Remove obsolete name_ops index-only scan comments.
commit
|
commitdiff
|
tree
9 days ago
Thomas Munro
Clean up test_cloexec.c and Makefile.
commit
|
commitdiff
|
tree
11 days ago
Andres Freund
heapam: Move logic to handle HEAP_MOVED into a helper...
commit
|
commitdiff
|
tree
11 days ago
Andres Freund
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitLi...
commit
|
commitdiff
|
tree
11 days ago
Bruce Momjian
doc: clarify when physical/logical replication is...
commit
|
commitdiff
|
tree
11 days ago
Heikki Linnakangas
Use proper type for RestoreTransactionSnapshot's PGPROC arg
commit
|
commitdiff
|
tree
11 days ago
John Naylor
Update pg_hba.conf example to reflect MD5 deprecation
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Fix typos in gininsert.c
commit
|
commitdiff
|
tree
11 days ago
Fujii Masao
Add guard to prevent recursive memory context logging.
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Use table/index_close() more consistently
commit
|
commitdiff
|
tree
12 days ago
Noah Misch
Sort DO_SUBSCRIPTION_REL dump objects independent of...
commit
|
commitdiff
|
tree
12 days ago
Heikki Linnakangas
Do not emit WAL for unlogged BRIN indexes
commit
|
commitdiff
|
tree
12 days ago
Amit Kapila
Fix intermittent BF failure in 040_standby_failover_slo...
commit
|
commitdiff
|
tree
12 days ago
Michael Paquier
btree_gist: Fix memory allocation formula
commit
|
commitdiff
|
tree
12 days ago
Michael Paquier
Fix const correctness in pgstat data serialization...
commit
|
commitdiff
|
tree
12 days ago
Jacob Champion
oauth_validator: Avoid races in log_check()
commit
|
commitdiff
|
tree
12 days ago
Jacob Champion
libpq-oauth: use correct c_args in meson.build
commit
|
commitdiff
|
tree
12 days ago
Jacob Champion
libpq-fe.h: Don't claim SOCKTYPE in the global namespace
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Rename regress.so's .mo file to postgresql-regress...
commit
|
commitdiff
|
tree
13 days ago
Heikki Linnakangas
Make postmaster 003_start_stop.pl test less flaky
commit
|
commitdiff
|
tree
13 days ago
Amit Kapila
Support existing publications in pg_createsubscriber.
commit
|
commitdiff
|
tree
13 days ago
Michael Paquier
Change pgstat_report_vacuum() to use Relation
commit
|
commitdiff
|
tree
13 days ago
Michael Paquier
Remove useless code in InjectionPointAttach()
commit
|
commitdiff
|
tree
13 days ago
Jeff Davis
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
commit
|
commitdiff
|
tree
13 days ago
Jeff Davis
downcase_identifier(): use method table from locale...
commit
|
commitdiff
|
tree
13 days ago
Jeff Davis
ltree: fix case-insensitive matching.
commit
|
commitdiff
|
tree
13 days ago
Jeff Davis
Clarify a #define introduced in 8d299052fe.
commit
|
commitdiff
|
tree
2025-12-16
Jeff Davis
Fix multibyte issue in ltree_strncasecmp().
commit
|
commitdiff
|
tree
2025-12-16
Robert Haas
Switch memory contexts in ReinitializeParallelDSM.
commit
|
commitdiff
|
tree
2025-12-16
Tom Lane
Test PRI* macros even when we can't test NLS translation.
commit
|
commitdiff
|
tree
2025-12-16
Melanie Plageman
Add explanatory comment to prune_freeze_setup()
commit
|
commitdiff
|
tree
2025-12-16
Melanie Plageman
Fix const qualification in prune_freeze_setup()
commit
|
commitdiff
|
tree
2025-12-16
Daniel Gustafsson
doc: Update header file mention for CompareType
commit
|
commitdiff
|
tree
2025-12-16
John Naylor
Separate out bytea sort support from varlena.c
commit
|
commitdiff
|
tree
2025-12-16
Michael Paquier
Add TAP test to check recovery when redo LSN is missing
commit
|
commitdiff
|
tree
2025-12-16
Michael Paquier
Fail recovery when missing redo checkpoint record witho...
commit
|
commitdiff
|
tree
2025-12-15
Tom Lane
Revert "Avoid requiring Spanish locale to test NLS...
commit
|
commitdiff
|
tree
2025-12-15
Jacob Champion
libpq: Align oauth_json_set_error() with other NLS...
commit
|
commitdiff
|
tree
2025-12-15
Jacob Champion
libpq-oauth: Don't translate internal errors
commit
|
commitdiff
|
tree
2025-12-15
Jacob Champion
libpq: Add missing OAuth translations
commit
|
commitdiff
|
tree
2025-12-15
Nathan Bossart
Allow passing a pointer to GetNamedDSMSegment()'s init...
commit
|
commitdiff
|
tree
2025-12-15
Noah Misch
Revisit cosmetics of "For inplace update, send nontrans...
commit
|
commitdiff
|
tree
2025-12-15
Noah Misch
Correct comments of "Fix data loss at inplace update...
commit
|
commitdiff
|
tree
2025-12-15
Tom Lane
Avoid requiring Spanish locale to test NLS infrastructure.
commit
|
commitdiff
|
tree
2025-12-15
Jeff Davis
Remove incorrect declarations in pg_wchar.h.
commit
|
commitdiff
|
tree
2025-12-15
Jeff Davis
Remove unused single-byte char_is_cased() API.
commit
|
commitdiff
|
tree
2025-12-15
Jeff Davis
Use multibyte-aware extraction of pattern prefixes.
commit
|
commitdiff
|
tree
2025-12-15
Tom Lane
Add offnum range checks to suppress compile warnings...
commit
|
commitdiff
|
tree
2025-12-15
Heikki Linnakangas
Increase timeout in multixid_conversion upgrade test
commit
|
commitdiff
|
tree
2025-12-15
Heikki Linnakangas
Improve sanity checks on multixid members length
commit
|
commitdiff
|
tree
2025-12-15
Álvaro Herrera
Disable recently added CIC/RI isolation tests
commit
|
commitdiff
|
tree
2025-12-15
Peter Eisentraut
Refactor static_assert() support.
commit
|
commitdiff
|
tree
next