projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024-07-30
Heikki Linnakangas
Replace static buf with a stack-allocated one in ReadCo...
commit
|
commitdiff
|
tree
2024-07-30
Heikki Linnakangas
Replace static buf with palloc in str_time()
commit
|
commitdiff
|
tree
2024-07-30
Heikki Linnakangas
Replace static bufs with a StringInfo in cash_words()
commit
|
commitdiff
|
tree
2024-07-30
Heikki Linnakangas
Remove leftover function declaration
commit
|
commitdiff
|
tree
2024-07-30
Andrew Dunstan
Preserve tz when converting to jsonb timestamptz
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Remove spinlocks and atomics from meson_options.txt.
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Remove useless member of BackendParameters.
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Require memory barrier support.
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Require compiler barrier support.
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Remove --disable-atomics, require 32 bit atomics.
commit
|
commitdiff
|
tree
2024-07-30
Thomas Munro
Remove --disable-spinlocks.
commit
|
commitdiff
|
tree
2024-07-30
Peter Eisentraut
pg_createsubscriber: Remove obsolete comment
commit
|
commitdiff
|
tree
2024-07-30
Andrew Dunstan
Stabilize xid_wraparound tests
commit
|
commitdiff
|
tree
2024-07-30
Amit Kapila
pg_createsubscriber: Fix an unpredictable recovery...
commit
|
commitdiff
|
tree
2024-07-30
David Rowley
Disallow setting MAX_PARTITION_BUFFERS to less than 2
commit
|
commitdiff
|
tree
2024-07-30
Jeff Davis
Make collation not depend on setlocale().
commit
|
commitdiff
|
tree
2024-07-30
Richard Guo
Fix partitionwise join with partially-redundant join...
commit
|
commitdiff
|
tree
2024-07-30
Richard Guo
Refactor the checks for parameterized partial paths
commit
|
commitdiff
|
tree
2024-07-30
Richard Guo
Short-circuit sort_inner_and_outer if there are no...
commit
|
commitdiff
|
tree
2024-07-30
Michael Paquier
Add more debugging information when failing to read...
commit
|
commitdiff
|
tree
2024-07-30
Amit Langote
SQL/JSON: Fix casting for integer EXISTS columns in...
commit
|
commitdiff
|
tree
2024-07-30
Amit Langote
SQL/JSON: Some fixes to JsonBehavior expression casting
commit
|
commitdiff
|
tree
2024-07-29
Jeff Davis
Do not return NULL from pg_newlocale_from_collation().
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Detach syslogger from shared memory
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Remove dead generators for cyrillic encoding conversion...
commit
|
commitdiff
|
tree
2024-07-29
Nathan Bossart
Remove tab completion for CREATE UNLOGGED MATERIALIZED...
commit
|
commitdiff
|
tree
2024-07-29
Tom Lane
Count individual SQL commands in pg_restore's --transac...
commit
|
commitdiff
|
tree
2024-07-29
Tom Lane
Reduce number of commands dumpTableSchema emits for...
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Fix double-release of spinlock
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Fix compiler warning/error about typedef redefinitions
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Move cancel key generation to after forking the backend
commit
|
commitdiff
|
tree
2024-07-29
Heikki Linnakangas
Fix outdated comment in smgrtruncate()
commit
|
commitdiff
|
tree
2024-07-29
Richard Guo
Reduce memory used by partitionwise joins
commit
|
commitdiff
|
tree
2024-07-29
Richard Guo
Simplify create_merge_append_path for clarity
commit
|
commitdiff
|
tree
2024-07-28
Jeff Davis
Refactor pg_set_regex_collation() for clarity.
commit
|
commitdiff
|
tree
2024-07-28
David Rowley
Add missing pointer dereference in pg_backend_memory_co...
commit
|
commitdiff
|
tree
2024-07-28
Jeff Davis
Fix whitespace in commit 005c6b833f.
commit
|
commitdiff
|
tree
2024-07-28
Jeff Davis
Refactor: make default_locale internal to pg_locale.c.
commit
|
commitdiff
|
tree
2024-07-28
Jeff Davis
Change collation cache to use simplehash.h.
commit
|
commitdiff
|
tree
2024-07-28
Alexander Korotkov
amcheck: Optimize speed of checking for unique constrai...
commit
|
commitdiff
|
tree
2024-07-28
David Rowley
Fix incorrect return value for pg_size_pretty(bigint)
commit
|
commitdiff
|
tree
2024-07-28
Peter Eisentraut
libpq: Use strerror_r instead of strerror
commit
|
commitdiff
|
tree
2024-07-27
Tom Lane
Doc: fix text's description of regexp_replace's arguments.
commit
|
commitdiff
|
tree
2024-07-27
David Rowley
Optimize escaping of JSON strings
commit
|
commitdiff
|
tree
2024-07-27
Heikki Linnakangas
Support falling back to non-preferred readline implemen...
commit
|
commitdiff
|
tree
2024-07-27
Heikki Linnakangas
Support absolute bindir/libdir in regression tests...
commit
|
commitdiff
|
tree
2024-07-27
Heikki Linnakangas
Fallback to clang in PATH with meson
commit
|
commitdiff
|
tree
2024-07-27
Heikki Linnakangas
Fallback to uuid for ossp-uuid with meson
commit
|
commitdiff
|
tree
2024-07-26
Michael Paquier
Fix more holes with SLRU code in need of int64 for...
commit
|
commitdiff
|
tree
2024-07-26
Nathan Bossart
Introduce num_os_semaphores GUC.
commit
|
commitdiff
|
tree
2024-07-26
Robert Haas
Wait for WAL summarization to catch up before creating...
commit
|
commitdiff
|
tree
2024-07-26
Fujii Masao
postgres_fdw: Fix bug in connection status check.
commit
|
commitdiff
|
tree
2024-07-26
Nathan Bossart
pg_upgrade: Move live_check variable to user_opts.
commit
|
commitdiff
|
tree
2024-07-26
Tom Lane
Clarify error message and documentation related to...
commit
|
commitdiff
|
tree
2024-07-26
Robert Haas
Fix indentation.
commit
|
commitdiff
|
tree
2024-07-26
Daniel Gustafsson
Fix macro placement in pg_config.h.in
commit
|
commitdiff
|
tree
2024-07-26
Robert Haas
Allow WAL summarization to back up when timeline changes.
commit
|
commitdiff
|
tree
2024-07-26
Fujii Masao
postgres_fdw: Add connection status check to postgres_f...
commit
|
commitdiff
|
tree
2024-07-26
Fujii Masao
postgres_fdw: Add "used_in_xact" column to postgres_fdw...
commit
|
commitdiff
|
tree
2024-07-26
Peter Eisentraut
pg_createsubscriber: Message style improvements
commit
|
commitdiff
|
tree
2024-07-26
Heikki Linnakangas
Add tests for errors during SSL or GSSAPI handshake
commit
|
commitdiff
|
tree
2024-07-26
Heikki Linnakangas
Add test for early backend startup errors
commit
|
commitdiff
|
tree
2024-07-26
Heikki Linnakangas
Fix using injection points at backend startup in EXEC_B...
commit
|
commitdiff
|
tree
2024-07-26
Heikki Linnakangas
Fix fallback behavior when server sends an ERROR early...
commit
|
commitdiff
|
tree
2024-07-26
Fujii Masao
doc: Enhance documentation for postgres_fdw_get_connect...
commit
|
commitdiff
|
tree
2024-07-26
Daniel Gustafsson
Disable all TLS session tickets
commit
|
commitdiff
|
tree
2024-07-26
Amit Langote
SQL/JSON: Remove useless code in ExecInitJsonExpr()
commit
|
commitdiff
|
tree
2024-07-26
Amit Langote
SQL/JSON: Respect OMIT QUOTES when RETURNING domains...
commit
|
commitdiff
|
tree
2024-07-26
Amit Langote
SQL/JSON: Improve error-handling of JsonBehavior expres...
commit
|
commitdiff
|
tree
2024-07-26
Amit Langote
SQL/JSON: Fix error-handling of some JsonBehavior expre...
commit
|
commitdiff
|
tree
2024-07-25
Tom Lane
Doc: fix misleading syntax synopses for targetlists.
commit
|
commitdiff
|
tree
2024-07-25
Tom Lane
Doc: update some HTTP links to point to canonical URLs.
commit
|
commitdiff
|
tree
2024-07-25
Robert Haas
Document restrictions regarding incremental backups...
commit
|
commitdiff
|
tree
2024-07-25
Tom Lane
Add argument names to the regexp_XXX functions.
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
pg_createsubscriber: Message improvements
commit
|
commitdiff
|
tree
2024-07-25
Daniel Gustafsson
pg_upgrade: Remove unused macro
commit
|
commitdiff
|
tree
2024-07-25
Daniel Gustafsson
pgcrypto: Remove unused binary from clean target
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
Remove useless unconstify() call
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
Fix -Wmissing-variable-declarations warnings for float...
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
Add extern declarations for Bison global variables
commit
|
commitdiff
|
tree
2024-07-25
David Rowley
Add path column to pg_backend_memory_contexts view
commit
|
commitdiff
|
tree
2024-07-25
Thomas Munro
ci: Pin MacPorts version to 2.9.3.
commit
|
commitdiff
|
tree
2024-07-25
Michael Paquier
doc: Decorate psql page with application markup tags
commit
|
commitdiff
|
tree
2024-07-24
Thomas Munro
ci: Upgrade macOS version from 13 to 14.
commit
|
commitdiff
|
tree
2024-07-24
Nathan Bossart
pg_upgrade: Retrieve subscription count more efficiently.
commit
|
commitdiff
|
tree
2024-07-24
Alvaro Herrera
Fix a missing article in the documentation
commit
|
commitdiff
|
tree
2024-07-24
Fujii Masao
pg_stat_statements: Add regression test for privilege...
commit
|
commitdiff
|
tree
2024-07-24
Alvaro Herrera
Reset relhassubclass upon attaching table as a partition
commit
|
commitdiff
|
tree
2024-07-24
Amit Kapila
Doc: Fix the mistakes in the subscription's failover...
commit
|
commitdiff
|
tree
2024-07-24
Thomas Munro
Refactor tidstore.c iterator buffering.
commit
|
commitdiff
|
tree
2024-07-24
Amit Kapila
Allow altering of two_phase option of a SUBSCRIPTION.
commit
|
commitdiff
|
tree
2024-07-24
Peter Eisentraut
Move all extern declarations for GUC variables to heade...
commit
|
commitdiff
|
tree
2024-07-24
Nathan Bossart
Detect integer overflow in array_set_slice().
commit
|
commitdiff
|
tree
2024-07-23
Peter Eisentraut
Move extern declarations for EXEC_BACKEND to header...
commit
|
commitdiff
|
tree
2024-07-23
Noah Misch
Fix private struct field name to match the code using it.
commit
|
commitdiff
|
tree
2024-07-23
Michael Paquier
Use more consistently int64 for page numbers in SLRU...
commit
|
commitdiff
|
tree
2024-07-23
Peter Eisentraut
ldapurl is supported with simple bind
commit
|
commitdiff
|
tree
2024-07-23
Peter Eisentraut
Get rid of a global variable
commit
|
commitdiff
|
tree
2024-07-23
Michael Paquier
Improve comments in slru.{c,h} about segment name format
commit
|
commitdiff
|
tree
2024-07-23
Peter Eisentraut
Replace remaining strtok() with strtok_r()
commit
|
commitdiff
|
tree
next