projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024-08-20
John Naylor
Document limit on the number of out-of-line values...
commit
|
commitdiff
|
tree
2024-08-19
Bruce Momjian
doc: Improve vague pg_createsubscriber description
commit
|
commitdiff
|
tree
2024-08-19
Alvaro Herrera
Avoid failure to open dropped detached partition
commit
|
commitdiff
|
tree
2024-08-19
Tomas Vondra
Explain dropdb can't use syscache because of TOAST
commit
|
commitdiff
|
tree
2024-08-19
Daniel Gustafsson
Fix regression in TLS session ticket disabling
commit
|
commitdiff
|
tree
2024-08-19
Thomas Munro
Fix harmless LC_COLLATE[_MASK] confusion.
commit
|
commitdiff
|
tree
2024-08-19
Michael Paquier
Fix more holes with SLRU code in need of int64 for...
commit
|
commitdiff
|
tree
2024-08-19
Alvaro Herrera
Search for SLRU page only in its own bank
commit
|
commitdiff
|
tree
2024-08-18
Thomas Munro
ci: Upgrade MacPorts version to 2.10.1.
commit
|
commitdiff
|
tree
2024-08-18
Tomas Vondra
Fix DROP DATABASE for databases with many ACLs
commit
|
commitdiff
|
tree
2024-08-17
Bruce Momjian
docs: fix incorrect plpgsql error message
commit
|
commitdiff
|
tree
2024-08-16
Bruce Momjian
doc PG 17 relnotes: fix incorrect reference to huge_pa...
commit
|
commitdiff
|
tree
2024-08-16
Bruce Momjian
doc PG 17 relnotes: improve text for pg_walfile_name*()
commit
|
commitdiff
|
tree
2024-08-16
Bruce Momjian
doc PG 17 relnotes: fix pg_statistic_ext.stxstattarget...
commit
|
commitdiff
|
tree
2024-08-16
Peter Eisentraut
Remove incidental md5() function use from test
commit
|
commitdiff
|
tree
2024-08-16
Heikki Linnakangas
Relax fsyncing at end of a bulk load that was not WAL...
commit
|
commitdiff
|
tree
2024-08-15
Jeff Davis
Fix doc typo: unicode_assigned() return type.
commit
|
commitdiff
|
tree
2024-08-13
Peter Eisentraut
Use errmsg_internal for debug messages
commit
|
commitdiff
|
tree
2024-08-12
Alvaro Herrera
Fix creation of partition descriptor during concurrent...
commit
|
commitdiff
|
tree
2024-08-12
Tom Lane
Log more info when wait-for-catchup tests time out.
commit
|
commitdiff
|
tree
2024-08-11
Tom Lane
Suppress Coverity warnings about Asserts in get_name_fo...
commit
|
commitdiff
|
tree
2024-08-10
Tom Lane
Allow adjusting session_authorization and role in paral...
commit
|
commitdiff
|
tree
2024-08-10
John Naylor
Lower minimum maintenance_work_mem to 64kB
commit
|
commitdiff
|
tree
2024-08-09
Nathan Bossart
doc: Fix name of CRC algorithm in "Reliability" section.
commit
|
commitdiff
|
tree
2024-08-09
Tom Lane
Fix "failed to find plan for subquery/CTE" errors in...
commit
|
commitdiff
|
tree
2024-08-08
Alvaro Herrera
Refuse ATTACH of a table referenced by a foreign key
commit
|
commitdiff
|
tree
2024-08-08
Alvaro Herrera
Refactor error messages to reduce duplication
commit
|
commitdiff
|
tree
2024-08-08
Heikki Linnakangas
Fix pg_rewind debug output to print the source timeline...
commit
|
commitdiff
|
tree
2024-08-08
Peter Eisentraut
Revert ECPG's use of pnstrdup()
commit
|
commitdiff
|
tree
2024-08-07
Noah Misch
Fix names of "Visual Studio" and Meson in a documentati...
commit
|
commitdiff
|
tree
2024-08-07
Tom Lane
Fix edge case in plpgsql's make_callstmt_target().
commit
|
commitdiff
|
tree
2024-08-07
Alvaro Herrera
Refactor/reword some error messages to avoid duplicates
commit
|
commitdiff
|
tree
2024-08-07
Heikki Linnakangas
Make fallback MD5 implementation thread-safe on big...
commit
|
commitdiff
|
tree
2024-08-05
Tom Lane
Stamp 17beta3.
REL_17_BETA3
commit
|
commitdiff
|
tree
2024-08-05
Masahiko Sawada
Restrict accesses to non-system views and foreign table...
commit
|
commitdiff
|
tree
2024-08-05
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2024-08-02
Noah Misch
Fix name of "Visual Studio" in documentation.
commit
|
commitdiff
|
tree
2024-08-02
Alvaro Herrera
Fix NLS file reference in pg_createsubscriber
commit
|
commitdiff
|
tree
2024-08-02
Alvaro Herrera
pg_createsubscriber: Fix bogus error message
commit
|
commitdiff
|
tree
2024-08-01
Peter Eisentraut
pg_createsubscriber: Rename option --socket-directory...
commit
|
commitdiff
|
tree
2024-08-01
Etsuro Fujita
Update comment in portal.h.
commit
|
commitdiff
|
tree
2024-08-01
Tom Lane
Revert "Allow parallel workers to cope with a newly...
commit
|
commitdiff
|
tree
2024-07-31
Tom Lane
Allow parallel workers to cope with a newly-created...
commit
|
commitdiff
|
tree
2024-07-31
David Rowley
Doc: mention executor memory usage for enable_partition...
commit
|
commitdiff
|
tree
2024-07-30
Jeff Davis
Relax check for return value from second call of pg_str...
commit
|
commitdiff
|
tree
2024-07-30
Andrew Dunstan
Preserve tz when converting to jsonb timestamptz
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
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
Heikki Linnakangas
Detach syslogger from shared memory
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-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-28
Bruce Momjian
doc PG 17 relnotes: add "()" to PQsocketPoll mention
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
Robert Haas
Wait for WAL summarization to catch up before creating...
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
Peter Eisentraut
pg_createsubscriber: Message style improvements
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
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
Robert Haas
Document restrictions regarding incremental backups...
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
pg_createsubscriber: Message improvements
commit
|
commitdiff
|
tree
2024-07-25
Peter Eisentraut
Remove useless unconstify() call
commit
|
commitdiff
|
tree
2024-07-25
Thomas Munro
ci: Pin MacPorts version to 2.9.3.
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
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
Nathan Bossart
Detect integer overflow in array_set_slice().
commit
|
commitdiff
|
tree
2024-07-23
Michael Paquier
Use more consistently int64 for page numbers in SLRU...
commit
|
commitdiff
|
tree
2024-07-23
Michael Paquier
Improve comments in slru.{c,h} about segment name format
commit
|
commitdiff
|
tree
2024-07-22
Tom Lane
Doc: improve description of plpgsql's FETCH and MOVE...
commit
|
commitdiff
|
tree
2024-07-22
Melanie Plageman
Revert "Test that vacuum removes tuples older than...
commit
|
commitdiff
|
tree
2024-07-22
Robert Haas
Initialize wal_level in the initial checkpoint record.
commit
|
commitdiff
|
tree
2024-07-22
Robert Haas
Add missing call to ConditionVariableCancelSleep().
commit
|
commitdiff
|
tree
2024-07-22
Alvaro Herrera
postgres_fdw: Split out the query_cancel test to its...
commit
|
commitdiff
|
tree
2024-07-20
Andres Freund
meson: Add dependency lookups via names used by cmake
commit
|
commitdiff
|
tree
2024-07-20
Andres Freund
meson: Add support for detecting ossp-uuid without...
commit
|
commitdiff
|
tree
2024-07-20
Andres Freund
meson: Add support for detecting gss without pkg-config
commit
|
commitdiff
|
tree
2024-07-20
Andres Freund
meson: Add missing argument to gssapi.h check
commit
|
commitdiff
|
tree
2024-07-20
Tom Lane
Correctly check updatability of columns targeted by...
commit
|
commitdiff
|
tree
2024-07-19
Nathan Bossart
Add overflow checks to money type.
commit
|
commitdiff
|
tree
2024-07-19
Melanie Plageman
Test that vacuum removes tuples older than OldestXmin
commit
|
commitdiff
|
tree
2024-07-19
Melanie Plageman
Ensure vacuum removes all visibly dead tuples older...
commit
|
commitdiff
|
tree
next