projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
57 min ago
Bruce Momjian
doc: change "can not" to "cannot"
master
github/master
commit
|
commitdiff
|
tree
2 hours ago
Masahiko Sawada
Fix regression test failure when wal_level is set to...
commit
|
commitdiff
|
tree
5 hours ago
Fujii Masao
doc: Use proper tags in pg_overexplain documentation.
commit
|
commitdiff
|
tree
6 hours ago
Fujii Masao
Fix CREATE SUBSCRIPTION failure when the publisher...
commit
|
commitdiff
|
tree
6 hours ago
Fujii Masao
Fix version check for retain_dead_tuples subscription...
commit
|
commitdiff
|
tree
10 hours ago
Amit Kapila
Update comments to reflect changes in 8e0d32a4a1.
commit
|
commitdiff
|
tree
11 hours ago
Amit Kapila
Doc: Clarify publication privilege requirements.
commit
|
commitdiff
|
tree
12 hours ago
Richard Guo
Teach expr_is_nonnullable() to handle more expression...
commit
|
commitdiff
|
tree
12 hours ago
Richard Guo
Optimize ROW(...) IS [NOT] NULL using non-nullable...
commit
|
commitdiff
|
tree
12 hours ago
Richard Guo
Simplify COALESCE expressions using non-nullable arguments
commit
|
commitdiff
|
tree
13 hours ago
Michael Paquier
Improve comment in pgstatfuncs.c
commit
|
commitdiff
|
tree
16 hours ago
Amit Kapila
Don't advance origin during apply failure.
commit
|
commitdiff
|
tree
18 hours ago
Tom Lane
Fix another case of indirectly casting away const.
commit
|
commitdiff
|
tree
19 hours ago
Bruce Momjian
C comment: fix psql "pstdout" duplicate to "pstdin"
commit
|
commitdiff
|
tree
26 hours ago
Masahiko Sawada
pg_visibility: Use visibilitymap_count instead of loop.
commit
|
commitdiff
|
tree
26 hours ago
Masahiko Sawada
Toggle logical decoding dynamically based on logical...
commit
|
commitdiff
|
tree
33 hours ago
Heikki Linnakangas
Fix bug in following update chain when locking a heap...
commit
|
commitdiff
|
tree
39 hours ago
Michael Paquier
Fix orphaned origin in shared memory after DROP SUBSCRI...
commit
|
commitdiff
|
tree
44 hours ago
Bruce Momjian
doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
commit
|
commitdiff
|
tree
46 hours ago
Michael Paquier
Switch buffile.c/h to use pgoff_t instead of off_t
commit
|
commitdiff
|
tree
46 hours ago
Masahiko Sawada
psql: Improve tab completion for COPY option lists.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Add missing .gitignore for src/test/modules/test_cloexec.
commit
|
commitdiff
|
tree
2 days ago
Fujii Masao
doc: Fix incorrect reference in pg_overexplain document...
commit
|
commitdiff
|
tree
2 days ago
Michael Paquier
Fix another typo in gininsert.c
commit
|
commitdiff
|
tree
3 days ago
Peter Geoghegan
Remove obsolete name_ops index-only scan comments.
commit
|
commitdiff
|
tree
3 days ago
Thomas Munro
Clean up test_cloexec.c and Makefile.
commit
|
commitdiff
|
tree
5 days ago
Andres Freund
heapam: Move logic to handle HEAP_MOVED into a helper...
commit
|
commitdiff
|
tree
5 days ago
Andres Freund
bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitLi...
commit
|
commitdiff
|
tree
5 days ago
Bruce Momjian
doc: clarify when physical/logical replication is...
commit
|
commitdiff
|
tree
5 days ago
Heikki Linnakangas
Use proper type for RestoreTransactionSnapshot's PGPROC arg
commit
|
commitdiff
|
tree
5 days ago
John Naylor
Update pg_hba.conf example to reflect MD5 deprecation
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
Fix typos in gininsert.c
commit
|
commitdiff
|
tree
5 days ago
Fujii Masao
Add guard to prevent recursive memory context logging.
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
Use table/index_close() more consistently
commit
|
commitdiff
|
tree
6 days ago
Noah Misch
Sort DO_SUBSCRIPTION_REL dump objects independent of...
commit
|
commitdiff
|
tree
6 days ago
Heikki Linnakangas
Do not emit WAL for unlogged BRIN indexes
commit
|
commitdiff
|
tree
6 days ago
Amit Kapila
Fix intermittent BF failure in 040_standby_failover_slo...
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
btree_gist: Fix memory allocation formula
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
Fix const correctness in pgstat data serialization...
commit
|
commitdiff
|
tree
7 days ago
Jacob Champion
oauth_validator: Avoid races in log_check()
commit
|
commitdiff
|
tree
7 days ago
Jacob Champion
libpq-oauth: use correct c_args in meson.build
commit
|
commitdiff
|
tree
7 days ago
Jacob Champion
libpq-fe.h: Don't claim SOCKTYPE in the global namespace
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Rename regress.so's .mo file to postgresql-regress...
commit
|
commitdiff
|
tree
7 days ago
Heikki Linnakangas
Make postmaster 003_start_stop.pl test less flaky
commit
|
commitdiff
|
tree
7 days ago
Amit Kapila
Support existing publications in pg_createsubscriber.
commit
|
commitdiff
|
tree
7 days ago
Michael Paquier
Change pgstat_report_vacuum() to use Relation
commit
|
commitdiff
|
tree
7 days ago
Michael Paquier
Remove useless code in InjectionPointAttach()
commit
|
commitdiff
|
tree
7 days ago
Jeff Davis
Avoid global LC_CTYPE dependency in pg_locale_icu.c.
commit
|
commitdiff
|
tree
7 days ago
Jeff Davis
downcase_identifier(): use method table from locale...
commit
|
commitdiff
|
tree
8 days ago
Jeff Davis
ltree: fix case-insensitive matching.
commit
|
commitdiff
|
tree
8 days ago
Jeff Davis
Clarify a #define introduced in 8d299052fe.
commit
|
commitdiff
|
tree
8 days ago
Jeff Davis
Fix multibyte issue in ltree_strncasecmp().
commit
|
commitdiff
|
tree
8 days ago
Robert Haas
Switch memory contexts in ReinitializeParallelDSM.
commit
|
commitdiff
|
tree
8 days ago
Tom Lane
Test PRI* macros even when we can't test NLS translation.
commit
|
commitdiff
|
tree
8 days ago
Melanie Plageman
Add explanatory comment to prune_freeze_setup()
commit
|
commitdiff
|
tree
8 days ago
Melanie Plageman
Fix const qualification in prune_freeze_setup()
commit
|
commitdiff
|
tree
8 days ago
Daniel Gustafsson
doc: Update header file mention for CompareType
commit
|
commitdiff
|
tree
8 days ago
John Naylor
Separate out bytea sort support from varlena.c
commit
|
commitdiff
|
tree
8 days ago
Michael Paquier
Add TAP test to check recovery when redo LSN is missing
commit
|
commitdiff
|
tree
8 days ago
Michael Paquier
Fail recovery when missing redo checkpoint record witho...
commit
|
commitdiff
|
tree
8 days ago
Tom Lane
Revert "Avoid requiring Spanish locale to test NLS...
commit
|
commitdiff
|
tree
8 days ago
Jacob Champion
libpq: Align oauth_json_set_error() with other NLS...
commit
|
commitdiff
|
tree
8 days ago
Jacob Champion
libpq-oauth: Don't translate internal errors
commit
|
commitdiff
|
tree
8 days ago
Jacob Champion
libpq: Add missing OAuth translations
commit
|
commitdiff
|
tree
9 days ago
Nathan Bossart
Allow passing a pointer to GetNamedDSMSegment()'s init...
commit
|
commitdiff
|
tree
9 days ago
Noah Misch
Revisit cosmetics of "For inplace update, send nontrans...
commit
|
commitdiff
|
tree
9 days ago
Noah Misch
Correct comments of "Fix data loss at inplace update...
commit
|
commitdiff
|
tree
9 days ago
Tom Lane
Avoid requiring Spanish locale to test NLS infrastructure.
commit
|
commitdiff
|
tree
9 days ago
Jeff Davis
Remove incorrect declarations in pg_wchar.h.
commit
|
commitdiff
|
tree
9 days ago
Jeff Davis
Remove unused single-byte char_is_cased() API.
commit
|
commitdiff
|
tree
9 days ago
Jeff Davis
Use multibyte-aware extraction of pattern prefixes.
commit
|
commitdiff
|
tree
9 days ago
Tom Lane
Add offnum range checks to suppress compile warnings...
commit
|
commitdiff
|
tree
9 days ago
Heikki Linnakangas
Increase timeout in multixid_conversion upgrade test
commit
|
commitdiff
|
tree
9 days ago
Heikki Linnakangas
Improve sanity checks on multixid members length
commit
|
commitdiff
|
tree
9 days ago
Álvaro Herrera
Disable recently added CIC/RI isolation tests
commit
|
commitdiff
|
tree
9 days ago
Peter Eisentraut
Refactor static_assert() support.
commit
|
commitdiff
|
tree
9 days ago
Heikki Linnakangas
Clarify comment on multixid offset wraparound check
commit
|
commitdiff
|
tree
9 days ago
David Rowley
Fix typo in tablecmds.c
commit
|
commitdiff
|
tree
9 days ago
Amit Kapila
Add retry logic to pg_sync_replication_slots().
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
test_custom_stats: Fix compilation warning
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
pageinspect: use index_close() for GiST index relation
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
test_custom_stats: Add tests with read/write of auxilia...
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
Allow cumulative statistics to read/write auxiliary...
commit
|
commitdiff
|
tree
9 days ago
Tom Lane
Update typedefs.list to match what the buildfarm curren...
commit
|
commitdiff
|
tree
9 days ago
Tom Lane
Make "pgoff_t" be a typedef not a #define.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Looks like we can't test NLS on machines that lack...
commit
|
commitdiff
|
tree
10 days ago
Andres Freund
bufmgr: Add one-entry cache for private refcount
commit
|
commitdiff
|
tree
10 days ago
Andres Freund
bufmgr: Separate keys for private refcount infrastructure
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Try a few different locale name spellings in nls.sql.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Fix double assignment.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Add a regression test to verify that NLS translation...
commit
|
commitdiff
|
tree
10 days ago
Alexander Korotkov
Refactor WaitLSNType enum to use a macro for type count
commit
|
commitdiff
|
tree
10 days ago
Alexander Korotkov
Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
commit
|
commitdiff
|
tree
10 days ago
Alexander Korotkov
Implement ALTER TABLE ... SPLIT PARTITION ... command
commit
|
commitdiff
|
tree
10 days ago
Alexander Korotkov
Implement ALTER TABLE ... MERGE PARTITIONS ... command
commit
|
commitdiff
|
tree
10 days ago
Michael Paquier
doc: Fix incorrect documentation for test_custom_stats
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Fix jsonb_object_agg crash after eliminating null-value...
commit
|
commitdiff
|
tree
11 days ago
Peter Eisentraut
Use correct preprocessor conditional in relptr.h
commit
|
commitdiff
|
tree
11 days ago
Peter Eisentraut
Fix out-of-date comment on makeRangeConstructors
commit
|
commitdiff
|
tree
11 days ago
Peter Eisentraut
Clarify comment about temporal foreign keys
commit
|
commitdiff
|
tree
next