projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
59 min ago
Jeff Davis
Don't copy datlocale from template unless provider...
master
github/master
commit
|
commitdiff
|
tree
73 min ago
Tom Lane
Mop-up for commit e035863c9.
commit
|
commitdiff
|
tree
2 hours ago
Peter Eisentraut
Convert varatt.h access macros to static inline functions.
commit
|
commitdiff
|
tree
7 hours ago
Peter Eisentraut
Fix varatt versus Datum type confusions
commit
|
commitdiff
|
tree
7 hours ago
Peter Eisentraut
Fix various hash function uses
commit
|
commitdiff
|
tree
7 hours ago
Amit Kapila
Throw ERROR when publish_generated_columns is specified...
commit
|
commitdiff
|
tree
8 hours ago
Peter Eisentraut
Fix mixups of FooGetDatum() vs. DatumGetFoo()
commit
|
commitdiff
|
tree
22 hours ago
Melanie Plageman
Minor test fixes in 035_standby_logical_decoding.pl
commit
|
commitdiff
|
tree
26 hours ago
Dean Rasheed
Fix typo in create_index.sql.
commit
|
commitdiff
|
tree
28 hours ago
Andrew Dunstan
Split func.sgml into more manageable pieces
commit
|
commitdiff
|
tree
29 hours ago
Peter Eisentraut
Improve prep_buildtree
commit
|
commitdiff
|
tree
29 hours ago
Álvaro Herrera
Rename XLogData protocol message to WALData
commit
|
commitdiff
|
tree
29 hours ago
Fujii Masao
Avoid unexpected shutdown when sync_replication_slots...
commit
|
commitdiff
|
tree
29 hours ago
Álvaro Herrera
doc: mention unusability of dropped CHECK to verify...
commit
|
commitdiff
|
tree
35 hours ago
David Rowley
Fix incorrect comment regarding mod_since_analyze
commit
|
commitdiff
|
tree
37 hours ago
Amit Kapila
Detect and report update_deleted conflicts.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Take a little more care in set_backtrace().
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Avoid leakage of zero-length arrays in partition_bounds...
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Silence complaints about leaks in PlanCacheComputeResul...
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Suppress complaints about leaks in TS dictionary loading.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Suppress complaints about leaks in function cache loading.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Reduce leakage during PL/pgSQL function compilation.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Silence Valgrind leakage complaints in more-or-less...
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Fix assorted pretty-trivial memory leaks in the backend.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Fix MemoryContextAllocAligned's interaction with Valgrind.
commit
|
commitdiff
|
tree
2 days ago
Tom Lane
Improve our support for Valgrind's leak tracking.
commit
|
commitdiff
|
tree
2 days ago
Fujii Masao
Fix assertion failure in pgbench when handling multiple...
commit
|
commitdiff
|
tree
3 days ago
Jeff Davis
Simplify options in pg_dump and pg_restore.
commit
|
commitdiff
|
tree
3 days ago
Michael Paquier
Fix typo in foreign_key.sql
commit
|
commitdiff
|
tree
3 days ago
Etsuro Fujita
Doc: clarify the restrictions of AFTER triggers with...
commit
|
commitdiff
|
tree
3 days ago
Michael Paquier
Fix use-after-free with INSERT ON CONFLICT changes...
commit
|
commitdiff
|
tree
3 days ago
Nathan Bossart
Allow resetting unknown custom GUCs with reserved prefixes.
commit
|
commitdiff
|
tree
3 days ago
Masahiko Sawada
Fix typo in AutoVacLauncherMain().
commit
|
commitdiff
|
tree
4 days ago
Jeff Davis
pg_dump: reject combination of "only" and "with"
commit
|
commitdiff
|
tree
4 days ago
Heikki Linnakangas
libpq: Complain about missing BackendKeyData later...
commit
|
commitdiff
|
tree
4 days ago
Amit Kapila
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
commit
|
commitdiff
|
tree
5 days ago
Tomas Vondra
Fix tab completion for ALTER ROLE|USER ... RESET
commit
|
commitdiff
|
tree
5 days ago
Tomas Vondra
Schema-qualify unnest() in ALTER DATABASE ... RESET
commit
|
commitdiff
|
tree
5 days ago
Noah Misch
Sort dump objects independent of OIDs, for the 7 holdou...
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
pg_stat_statements: Add counters for generic and custom...
commit
|
commitdiff
|
tree
5 days ago
Michael Paquier
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
commit
|
commitdiff
|
tree
5 days ago
Nathan Bossart
doc: Adjust documentation for vacuumdb --missing-stats...
commit
|
commitdiff
|
tree
6 days ago
Nathan Bossart
Teach pg_upgrade to handle in-place tablespaces.
commit
|
commitdiff
|
tree
6 days ago
Andrew Dunstan
Revert Non text modes for pg_dumpall, and pg_restore...
commit
|
commitdiff
|
tree
6 days ago
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
6 days ago
Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid()
commit
|
commitdiff
|
tree
6 days ago
Heikki Linnakangas
Handle cancel requests with PID 0 gracefully
commit
|
commitdiff
|
tree
6 days ago
Tom Lane
Don't put library-supplied -L/-I switches before user...
commit
|
commitdiff
|
tree
7 days ago
Peter Eisentraut
Update comment
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Remove unnecessary complication around xmlParseBalanced...
commit
|
commitdiff
|
tree
7 days ago
Nathan Bossart
Add commit 1d1612aec7 to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Split up pgfdw_report_error so that we can mark it...
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Suppress uninitialized-variable warning.
commit
|
commitdiff
|
tree
7 days ago
Robert Haas
Run pgindent.
commit
|
commitdiff
|
tree
7 days ago
Fujii Masao
Add regression test for background worker restart after...
commit
|
commitdiff
|
tree
7 days ago
Michael Paquier
Handle timeout in PostgreSQL::Test::Cluster::is_alive()
commit
|
commitdiff
|
tree
7 days ago
Alexander Korotkov
Clarify documentation for the initcap function
commit
|
commitdiff
|
tree
7 days ago
David Rowley
Display Memoize planner estimates in EXPLAIN
commit
|
commitdiff
|
tree
7 days ago
Tom Lane
Avoid regression in the size of XML input that we will...
commit
|
commitdiff
|
tree
8 days ago
Robert Haas
Remove misleading hint for "unexpected data beyond...
commit
|
commitdiff
|
tree
8 days ago
Robert Haas
Avoid throwing away the error message in syncrep_yyerror.
commit
|
commitdiff
|
tree
8 days ago
Michael Paquier
ecpg: Fix memory leaks in ecpg_auto_prepare()
commit
|
commitdiff
|
tree
8 days ago
Michael Paquier
Fix performance regression with flush of pending fixed...
commit
|
commitdiff
|
tree
9 days ago
Alexander Korotkov
Process sync requests incrementally in AbsorbSyncRequests
commit
|
commitdiff
|
tree
9 days ago
Michael Paquier
Add assertions for all the required index AM callbacks
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Add commit 73873805f to .git-blame-ignore-revs.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Silence leakage complaint about postgres_fdw's InitPgFd...
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Run pgindent on the changes of the previous patch.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Reap the benefits of not having to avoid leaking PGresults.
commit
|
commitdiff
|
tree
10 days ago
Tom Lane
Create infrastructure to reliably prevent leakage of...
commit
|
commitdiff
|
tree
11 days ago
Tom Lane
Fix dynahash's HASH_FIXED_SIZE ("isfixed") option.
commit
|
commitdiff
|
tree
11 days ago
Álvaro Herrera
Refactor grammar to create opt_utility_option_list
commit
|
commitdiff
|
tree
11 days ago
Fujii Masao
Fix background worker not restarting after crash-and...
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Fix assertion failure with latch wait in single-user...
commit
|
commitdiff
|
tree
11 days ago
Michael Paquier
Lower bounds related to pgstats kinds
commit
|
commitdiff
|
tree
12 days ago
Nathan Bossart
Fix return value of visibilitymap_get_status().
commit
|
commitdiff
|
tree
12 days ago
Amit Kapila
Fix duplicate transaction replay during pg_createsubscr...
commit
|
commitdiff
|
tree
12 days ago
Michael Paquier
Introduce field tracking cached plan type in PlannedStmt
commit
|
commitdiff
|
tree
12 days ago
Amit Kapila
Fix cfbot failure caused by commit 228c370868.
commit
|
commitdiff
|
tree
12 days ago
Fujii Masao
doc: Add missing index entries and fix title formatting...
commit
|
commitdiff
|
tree
12 days ago
Tom Lane
Fix build breakage on Solaris-alikes with late-model...
commit
|
commitdiff
|
tree
13 days ago
Nathan Bossart
Cross-check lists of built-in LWLock tranches.
commit
|
commitdiff
|
tree
13 days ago
Nathan Bossart
Use PqMsg_* macros in walsender.c
commit
|
commitdiff
|
tree
13 days ago
Álvaro Herrera
Move enum RecoveryTargetAction to xlogrecovery.h
commit
|
commitdiff
|
tree
13 days ago
Amit Kapila
Preserve conflict-relevant data during logical replication.
commit
|
commitdiff
|
tree
13 days ago
David Rowley
Use strchr instead of strstr for single-char lookups
commit
|
commitdiff
|
tree
13 days ago
Michael Paquier
ecpg: Improve error detection around ecpg_strdup()
commit
|
commitdiff
|
tree
2025-07-22
Fujii Masao
Remove translation marker from libpq-be-fe-helpers.h.
commit
|
commitdiff
|
tree
2025-07-22
Andres Freund
aio: Fix assertion, clarify README
commit
|
commitdiff
|
tree
2025-07-22
Amit Kapila
Doc: Fix logical replication examples.
commit
|
commitdiff
|
tree
2025-07-22
Michael Paquier
doc: Inform about aminsertcleanup optional NULLness
commit
|
commitdiff
|
tree
2025-07-22
Fujii Masao
Log remote NOTICE, WARNING, and similar messages using...
commit
|
commitdiff
|
tree
2025-07-22
Michael Paquier
ecpg: Fix NULL pointer dereference during connection...
commit
|
commitdiff
|
tree
2025-07-22
Richard Guo
Reduce "Var IS [NOT] NULL" quals during constant folding
commit
|
commitdiff
|
tree
2025-07-22
Richard Guo
Centralize collection of catalog info needed early...
commit
|
commitdiff
|
tree
2025-07-22
Richard Guo
Expand virtual generated columns before sublink pull-up
commit
|
commitdiff
|
tree
2025-07-21
Alexander Korotkov
Update comment for ReplicationSlot.last_saved_restart_lsn
commit
|
commitdiff
|
tree
2025-07-21
Álvaro Herrera
pg_dump: include comments on not-null constraints on...
commit
|
commitdiff
|
tree
2025-07-20
Fujii Masao
doc: Document reopen of output file via SIGHUP in pg_re...
commit
|
commitdiff
|
tree
2025-07-19
Tom Lane
Mostly-cosmetic adjustments to estimate_multivariate_bu...
commit
|
commitdiff
|
tree
next