projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2025-08-19
Fujii Masao
doc: Improve pgoutput documentation.
commit
|
commitdiff
|
tree
2025-08-19
Fujii Masao
doc: Improve documentation discoverability for pgoutput.
commit
|
commitdiff
|
tree
2025-08-19
Peter Eisentraut
Add src/include/catalog/README
commit
|
commitdiff
|
tree
2025-08-19
Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION.
commit
|
commitdiff
|
tree
2025-08-19
Michael Paquier
Refactor ReadMultiXactCounts() into GetMultiXactInfo()
commit
|
commitdiff
|
tree
2025-08-19
Michael Paquier
Remove useless pointer update in StatsShmemInit()
commit
|
commitdiff
|
tree
2025-08-19
Richard Guo
Simplify relation_has_unique_index_for()
commit
|
commitdiff
|
tree
2025-08-19
Richard Guo
Pathify RHS unique-ification for semijoin planning
commit
|
commitdiff
|
tree
2025-08-19
Michael Paquier
test_ddl_deparse: Rename test create_sequence_1 to...
commit
|
commitdiff
|
tree
2025-08-18
Michael Paquier
Remove unneeded header declarations in multixact.c
commit
|
commitdiff
|
tree
2025-08-18
David Rowley
Remove HASH_DEBUG output from dynahash.c
commit
|
commitdiff
|
tree
2025-08-18
David Rowley
Use elog(DEBUG4) for dynahash.c statistics output
commit
|
commitdiff
|
tree
2025-08-18
Tom Lane
Fix missing "use Test::More" in Kerberos.pm.
commit
|
commitdiff
|
tree
2025-08-18
Peter Eisentraut
Detect buffer underflow in get_th()
commit
|
commitdiff
|
tree
2025-08-18
Michael Paquier
Move SQL-callable code related to multixacts into its...
commit
|
commitdiff
|
tree
2025-08-18
Peter Eisentraut
meson: Move C99 test earlier
commit
|
commitdiff
|
tree
2025-08-18
Michael Paquier
Refactor init_params() in sequence.c to not use FormDat...
commit
|
commitdiff
|
tree
2025-08-17
Michael Paquier
Remove md5() call from isolation test for CLUSTER and...
commit
|
commitdiff
|
tree
2025-08-17
Etsuro Fujita
Update obsolete comments in ResultRelInfo struct.
commit
|
commitdiff
|
tree
2025-08-17
Michael Paquier
Add isolation test for TOAST value reuse during CLUSTER
commit
|
commitdiff
|
tree
2025-08-16
Masahiko Sawada
Fix typos in comments.
commit
|
commitdiff
|
tree
2025-08-15
Masahiko Sawada
Fix constant when extracting timestamp from UUIDv7.
commit
|
commitdiff
|
tree
2025-08-15
Peter Eisentraut
Fix git whitespace warning
commit
|
commitdiff
|
tree
2025-08-15
Peter Eisentraut
Add TAP tests for LDAP connection parameter lookup
commit
|
commitdiff
|
tree
2025-08-15
David Rowley
Fix invalid format string in HASH_DEBUG code
commit
|
commitdiff
|
tree
2025-08-15
David Rowley
Fix failing -D HASH_STATISTICS builds
commit
|
commitdiff
|
tree
2025-08-15
David Rowley
Add Asserts to validate prevbit values in bms_prev_member
commit
|
commitdiff
|
tree
2025-08-15
Michael Paquier
Add SQL test for TOAST value allocations on rewrite
commit
|
commitdiff
|
tree
2025-08-14
Andres Freund
ci: Simplify ci-os-only handling
commit
|
commitdiff
|
tree
2025-08-14
Andres Freund
ci: Per-repo configuration for manually trigger tasks
commit
|
commitdiff
|
tree
2025-08-14
Álvaro Herrera
Avoid including tableam.h and xlogreader.h in nbtree.h
commit
|
commitdiff
|
tree
2025-08-14
Tom Lane
Don't leak memory during failure exit from SelectConfig...
commit
|
commitdiff
|
tree
2025-08-14
Heikki Linnakangas
Fix LSN format in debug message
commit
|
commitdiff
|
tree
2025-08-14
Michael Paquier
Fix compilation warning with SerializeClientConnectionI...
commit
|
commitdiff
|
tree
2025-08-14
Fujii Masao
Revert logical snapshot filename format change in SnapB...
commit
|
commitdiff
|
tree
2025-08-14
Fujii Masao
Fix incorrect LSN format in comment.
commit
|
commitdiff
|
tree
2025-08-13
Tom Lane
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
commit
|
commitdiff
|
tree
2025-08-13
Tom Lane
Grab the low-hanging fruit from forcing sizeof(Datum...
commit
|
commitdiff
|
tree
2025-08-13
Tom Lane
Make type Datum be 8 bytes wide everywhere.
commit
|
commitdiff
|
tree
2025-08-13
Andres Freund
ci: windows: Stop using DEBUG:FASTLINK
commit
|
commitdiff
|
tree
2025-08-13
Andres Freund
Add very basic test for kill_prior_tuples
commit
|
commitdiff
|
tree
2025-08-13
Tom Lane
Don't treat EINVAL from semget() as a hard failure.
commit
|
commitdiff
|
tree
2025-08-13
Peter Eisentraut
Adjust some table column widths in PDF
commit
|
commitdiff
|
tree
2025-08-13
Peter Eisentraut
Improve PDF documentation margins
commit
|
commitdiff
|
tree
2025-08-13
Peter Eisentraut
Clean up order in stylesheete-fo.xsl
commit
|
commitdiff
|
tree
2025-08-13
Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling
commit
|
commitdiff
|
tree
2025-08-12
Peter Eisentraut
libpq: Set LDAP protocol version 3
commit
|
commitdiff
|
tree
2025-08-11
Andres Freund
Reduce ExecSeqScan* code size using pg_assume()
commit
|
commitdiff
|
tree
2025-08-11
Andres Freund
meson: add and use stamp files for generated headers
commit
|
commitdiff
|
tree
2025-08-11
Nathan Bossart
Restrict psql meta-commands in plain-text dumps.
commit
|
commitdiff
|
tree
2025-08-11
Noah Misch
Convert newlines to spaces in names written in v11...
commit
|
commitdiff
|
tree
2025-08-11
Dean Rasheed
Fix security checks in selectivity estimation functions.
commit
|
commitdiff
|
tree
2025-08-09
Thomas Munro
Fix rare bug in read_stream.c's split IO handling.
commit
|
commitdiff
|
tree
2025-08-08
Tom Lane
Mop-up for Datum conversion cleanups.
commit
|
commitdiff
|
tree
2025-08-08
Peter Eisentraut
Add missing Datum conversions
commit
|
commitdiff
|
tree
2025-08-08
Peter Eisentraut
Remove useless/superfluous Datum conversions
commit
|
commitdiff
|
tree
2025-08-08
Peter Eisentraut
postgres_fdw and dblink should check if backend has...
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
Revert "oauth: Add unit tests for multiplexer handling"
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
oauth: Add unit tests for multiplexer handling
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
oauth: Track total call count during a client flow
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
oauth: Remove expired timers from the multiplexer
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
oauth: Ensure unused socket registrations are removed
commit
|
commitdiff
|
tree
2025-08-08
Jacob Champion
oauth: Remove stale events from the kqueue multiplexer
commit
|
commitdiff
|
tree
2025-08-08
Thomas Munro
Remove obsolete comment.
commit
|
commitdiff
|
tree
2025-08-08
Peter Eisentraut
Fix incorrect lack of Datum conversion in _int_matchsel()
commit
|
commitdiff
|
tree
2025-08-08
Etsuro Fujita
Fix oversight in FindTriggerIncompatibleWithInheritance.
commit
|
commitdiff
|
tree
2025-08-08
Fujii Masao
pg_dump: Fix incorrect parsing of object types in pg_du...
commit
|
commitdiff
|
tree
2025-08-08
Etsuro Fujita
Disallow collecting transition tuples from child foreig...
commit
|
commitdiff
|
tree
2025-08-08
Michael Paquier
Add information about "generation" when dropping twice...
commit
|
commitdiff
|
tree
2025-08-07
Jacob Champion
meson: Fix install-quiet after clean
commit
|
commitdiff
|
tree
2025-08-07
Tom Lane
doc: add float as an alias for double precision.
commit
|
commitdiff
|
tree
2025-08-07
Dean Rasheed
Extend int128.h to support more numeric code.
commit
|
commitdiff
|
tree
2025-08-07
Peter Eisentraut
doc: Formatting improvements
commit
|
commitdiff
|
tree
2025-08-07
Alexander Korotkov
Fix checkpointer shared memory allocation
commit
|
commitdiff
|
tree
2025-08-07
John Naylor
Update ICU C++ API symbols
commit
|
commitdiff
|
tree
2025-08-07
Peter Eisentraut
pg_upgrade: Improve message indentation
commit
|
commitdiff
|
tree
2025-08-07
Dean Rasheed
Simplify non-native 64x64-bit multiplication in int128.h.
commit
|
commitdiff
|
tree
2025-08-07
Dean Rasheed
Optimise non-native 128-bit addition in int128.h.
commit
|
commitdiff
|
tree
2025-08-07
Michael Paquier
Improve tests of date_trunc() with infinity and unsuppo...
commit
|
commitdiff
|
tree
2025-08-07
Michael Paquier
Fix incorrect Datum conversion in timestamptz_trunc_int...
commit
|
commitdiff
|
tree
2025-08-06
Nathan Bossart
Expand usage of macros for protocol characters.
commit
|
commitdiff
|
tree
2025-08-06
Nathan Bossart
Rename transformRelOptions()'s "namspace" parameter...
commit
|
commitdiff
|
tree
2025-08-06
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
2025-08-06
Dean Rasheed
Refactor int128.h, bringing the native and non-native...
commit
|
commitdiff
|
tree
2025-08-06
Dean Rasheed
Fix printf format specfiers in test_int128 module.
commit
|
commitdiff
|
tree
2025-08-06
Peter Eisentraut
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
commit
|
commitdiff
|
tree
2025-08-06
Dean Rasheed
Convert src/tools/testint128.c into a test module.
commit
|
commitdiff
|
tree
2025-08-06
Michael Paquier
Add regression test for short varlenas saved in TOAST...
commit
|
commitdiff
|
tree
2025-08-06
Fujii Masao
doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
commit
|
commitdiff
|
tree
2025-08-05
Masahiko Sawada
Suppress maybe-uninitialized warning.
commit
|
commitdiff
|
tree
2025-08-05
Tom Lane
Fix incorrect return value in brin_minmax_multi_distanc...
commit
|
commitdiff
|
tree
2025-08-05
Álvaro Herrera
Put PG_TEST_EXTRA doc items back in alphabetical order
commit
|
commitdiff
|
tree
2025-08-05
Álvaro Herrera
Hide expensive pg_upgrade test behind PG_TEST_EXTRA
commit
|
commitdiff
|
tree
2025-08-05
Masahiko Sawada
Add backup_type column to pg_stat_progress_basebackup.
commit
|
commitdiff
|
tree
2025-08-05
Jeff Davis
Don't copy datlocale from template unless provider...
commit
|
commitdiff
|
tree
2025-08-05
Tom Lane
Mop-up for commit e035863c9.
commit
|
commitdiff
|
tree
2025-08-05
Peter Eisentraut
Convert varatt.h access macros to static inline functions.
commit
|
commitdiff
|
tree
2025-08-05
Peter Eisentraut
Fix varatt versus Datum type confusions
commit
|
commitdiff
|
tree
2025-08-05
Peter Eisentraut
Fix various hash function uses
commit
|
commitdiff
|
tree
2025-08-05
Amit Kapila
Throw ERROR when publish_generated_columns is specified...
commit
|
commitdiff
|
tree
next