projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2024-06-28
Noah Misch
Lock owned sequences during ALTER TABLE SET { LOGGED...
commit
|
commitdiff
|
tree
2024-06-28
Noah Misch
Expand comments and add an assertion in nodeModifyTable.c.
commit
|
commitdiff
|
tree
2024-06-28
Noah Misch
Improve test coverage for changes to inplace-updated...
commit
|
commitdiff
|
tree
2024-06-28
Noah Misch
Make TAP todo_start effects the same under Meson and...
commit
|
commitdiff
|
tree
2024-06-27
Tom Lane
Avoid crashing when a JIT-inlined backend function...
commit
|
commitdiff
|
tree
2024-06-27
Heikki Linnakangas
Fix MVCC bug with prepared xact with subxacts on standby
commit
|
commitdiff
|
tree
2024-06-27
Heikki Linnakangas
tests: Trim newline from result returned by BackgroundP...
commit
|
commitdiff
|
tree
2024-06-27
Alvaro Herrera
Fix thinkos in comments
commit
|
commitdiff
|
tree
2024-06-27
Heikki Linnakangas
Backport BackgroundPsql perl test module
commit
|
commitdiff
|
tree
2024-06-27
Amit Kapila
Drop the temporary tuple slots allocated by pgoutput.
commit
|
commitdiff
|
tree
2024-06-27
Michael Paquier
Fix overflow with pgstats DSA reference count
commit
|
commitdiff
|
tree
2024-06-26
Heikki Linnakangas
Fix bugs in MultiXact truncation
commit
|
commitdiff
|
tree
2024-06-24
Alvaro Herrera
Fix partition pruning setup during DETACH CONCURRENTLY
commit
|
commitdiff
|
tree
2024-06-21
Amit Kapila
Doc: Generated columns are skipped for logical replication.
commit
|
commitdiff
|
tree
2024-06-20
Tom Lane
Don't throw an error if a queued AFTER trigger no longe...
commit
|
commitdiff
|
tree
2024-06-18
David Rowley
Fix possible Assert failure in cost_memoize_rescan
commit
|
commitdiff
|
tree
2024-06-17
Tom Lane
Fix insertion of SP-GiST REDIRECT tuples during REINDEX...
commit
|
commitdiff
|
tree
2024-06-16
Tatsuo Ishii
doc: fix typo in create role manual.
commit
|
commitdiff
|
tree
2024-06-14
Tom Lane
Clean out column-level pg_init_privs entries when dropp...
commit
|
commitdiff
|
tree
2024-06-14
Tom Lane
Fix parsing of ignored operators in websearch_to_tsquery().
commit
|
commitdiff
|
tree
2024-06-14
Michael Paquier
doc: Fix description WAL writer in glossary
commit
|
commitdiff
|
tree
2024-06-13
Tom Lane
When replanning a plpgsql "simple expression", check...
commit
|
commitdiff
|
tree
2024-06-13
Heikki Linnakangas
Clamp result of MultiXactMemberFreezeThreshold
commit
|
commitdiff
|
tree
2024-06-13
Andrew Dunstan
Skip some permissions checks on Cygwin
commit
|
commitdiff
|
tree
2024-06-13
Andrew Dunstan
Add postgres_inc to meson check for Python.h
commit
|
commitdiff
|
tree
2024-06-11
Tom Lane
Fix infer_arbiter_indexes() to not assume resultRelatio...
commit
|
commitdiff
|
tree
2024-06-11
Alvaro Herrera
Fix creation of partition descriptor during concurrent...
commit
|
commitdiff
|
tree
2024-06-11
Amit Kapila
Doc: Fix ambuiguity in column lists.
commit
|
commitdiff
|
tree
2024-06-07
Tom Lane
Tighten test_predtest's input checks, and improve error...
commit
|
commitdiff
|
tree
2024-06-07
Tom Lane
Reject modifying a temp table of another session with...
commit
|
commitdiff
|
tree
2024-06-07
Tom Lane
Fix behavior of stable functions called from a CALL...
commit
|
commitdiff
|
tree
2024-06-07
Michael Paquier
Add more debugging information when dropping twice...
commit
|
commitdiff
|
tree
2024-06-07
Etsuro Fujita
postgres_fdw: Refuse to send FETCH FIRST WITH TIES...
commit
|
commitdiff
|
tree
2024-06-07
Peter Eisentraut
doc: Fix copy-and-paste mistake
commit
|
commitdiff
|
tree
2024-06-06
Tom Lane
Fix failure with SQL-procedure polymorphic output argum...
commit
|
commitdiff
|
tree
2024-06-05
Michael Paquier
Prevent inconsistent use of stats entry for replication...
commit
|
commitdiff
|
tree
2024-06-05
Nathan Bossart
Fix documentation for POSIX semaphores.
commit
|
commitdiff
|
tree
2024-06-05
Michael Paquier
doc: Fix example with database regexp in HBA documentation
commit
|
commitdiff
|
tree
2024-06-04
Tom Lane
Fix pl/tcl's handling of errors from Tcl_ListObjGetElem...
commit
|
commitdiff
|
tree
2024-06-04
Dean Rasheed
Fix PL/pgSQL's handling of integer ranges containing...
commit
|
commitdiff
|
tree
2024-06-04
Andres Freund
ci: windows: Use the same image for VS and MinGW tasks
commit
|
commitdiff
|
tree
2024-06-03
Nathan Bossart
Fix documentation for System V semaphores.
commit
|
commitdiff
|
tree
2024-05-24
Michael Paquier
Improve stability of subscription/029_on_error.pl
commit
|
commitdiff
|
tree
2024-05-23
Tom Lane
Remove race conditions between ECPGdebug() and ecpg_log().
commit
|
commitdiff
|
tree
2024-05-23
Michael Paquier
doc: Fix column_name parameter in ALTER MATERIALIZED...
commit
|
commitdiff
|
tree
2024-05-22
Tom Lane
Fix input of ISO "extended" time format for types time...
commit
|
commitdiff
|
tree
2024-05-22
Tom Lane
Fix handling of extended expression statistics in CREAT...
commit
|
commitdiff
|
tree
2024-05-18
Tom Lane
Account for optimized MinMax aggregates during SS_final...
commit
|
commitdiff
|
tree
2024-05-16
Noah Misch
Fix documentation about DROP DATABASE FORCE process...
commit
|
commitdiff
|
tree
2024-05-15
Daniel Gustafsson
Fix query result leak during binary upgrade
commit
|
commitdiff
|
tree
2024-05-15
Peter Eisentraut
Re-forbid underscore in positional parameters
commit
|
commitdiff
|
tree
2024-05-15
Peter Eisentraut
doc: Remove claims that initdb and pg_ctl use libpq...
commit
|
commitdiff
|
tree
2024-05-15
Tom Lane
Fix handling of polymorphic output arguments for proced...
commit
|
commitdiff
|
tree
2024-05-13
Nathan Bossart
Fix pg_sequence_last_value() for unlogged sequences...
commit
|
commitdiff
|
tree
2024-05-09
Tom Lane
Fix recursive RECORD-returning plpython functions.
commit
|
commitdiff
|
tree
2024-05-09
Michael Paquier
Fix overread in JSON parsing errors for incomplete...
commit
|
commitdiff
|
tree
2024-05-07
Tom Lane
Ensure that "pg_restore -l" reports dependent TOC entri...
commit
|
commitdiff
|
tree
2024-05-07
Tom Lane
Don't corrupt plpython's "TD" dictionary in a recursive...
commit
|
commitdiff
|
tree
2024-05-06
Tom Lane
Stamp 16.3.
REL_16_3
commit
|
commitdiff
|
tree
2024-05-06
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2024-05-06
Nathan Bossart
Fix privilege checks in pg_stats_ext and pg_stats_ext_e...
commit
|
commitdiff
|
tree
2024-05-06
Alvaro Herrera
Remove mention of nchar
commit
|
commitdiff
|
tree
2024-05-06
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2024-05-05
Tom Lane
Release notes for 16.3, 15.7, 14.12, 13.15, 12.19.
commit
|
commitdiff
|
tree
2024-05-03
Tom Lane
First-draft release notes for 16.3.
commit
|
commitdiff
|
tree
2024-05-02
Tom Lane
Throw a more on-point error for publications depending...
commit
|
commitdiff
|
tree
2024-05-02
Peter Eisentraut
doc: Fix description of deterministic flag of CREATE...
commit
|
commitdiff
|
tree
2024-05-02
Peter Eisentraut
doc: Fix description of configure --with-icu option
commit
|
commitdiff
|
tree
2024-05-01
Alvaro Herrera
Skip invalid database pg_upgrade test on obsolete servers
commit
|
commitdiff
|
tree
2024-05-01
David Rowley
Disable run condition optimization for some WindowFuncs
commit
|
commitdiff
|
tree
2024-05-01
Masahiko Sawada
Fix parallel vacuum buffer usage reporting.
commit
|
commitdiff
|
tree
2024-05-01
David Rowley
Ensure we allocate NAMEDATALEN bytes for names in Index...
commit
|
commitdiff
|
tree
2024-04-29
Noah Misch
Close race condition between datfrozen and relfrozen...
commit
|
commitdiff
|
tree
2024-04-28
Tom Lane
Throw a more on-point error for functions depending...
commit
|
commitdiff
|
tree
2024-04-28
Tom Lane
Detect more overflows in timestamp[tz]_pl_interval.
commit
|
commitdiff
|
tree
2024-04-27
John Naylor
Fix make headerscheck
commit
|
commitdiff
|
tree
2024-04-25
Andres Freund
Avoid unnecessary "touch meson.build" in vpath builds
commit
|
commitdiff
|
tree
2024-04-25
Amit Kapila
Fix the missing table sync due to improper invalidation...
commit
|
commitdiff
|
tree
2024-04-24
Tom Lane
Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES...
commit
|
commitdiff
|
tree
2024-04-24
Peter Eisentraut
doc: Correct jsonpath string literal escapes description
commit
|
commitdiff
|
tree
2024-04-21
Tomas Vondra
createdb: compare strategy case-insensitive
commit
|
commitdiff
|
tree
2024-04-21
Tom Lane
Make postgres_fdw request remote time zone 'GMT' not...
commit
|
commitdiff
|
tree
2024-04-21
Tomas Vondra
createdb: Correct parameter name in SGML docs
commit
|
commitdiff
|
tree
2024-04-20
David Rowley
Doc: document cases where queryid is stable
commit
|
commitdiff
|
tree
2024-04-19
Daniel Gustafsson
Doc: Remove mention of @ and ~ GiST operators
commit
|
commitdiff
|
tree
2024-04-19
Tom Lane
Fix MSVC recipe for ecpg regression tests, redux.
commit
|
commitdiff
|
tree
2024-04-19
Tom Lane
Fix MSVC recipe for ecpg regression tests.
commit
|
commitdiff
|
tree
2024-04-16
Tom Lane
Fix assorted bugs in ecpg's macro mechanism.
commit
|
commitdiff
|
tree
2024-04-16
Tom Lane
Ensure generated join clauses for child rels have corre...
commit
|
commitdiff
|
tree
2024-04-16
Michael Paquier
xml2: Replace deprecated routines with recommended...
commit
|
commitdiff
|
tree
2024-04-15
Tom Lane
Fix type-checking of RECORD-returning functions in...
commit
|
commitdiff
|
tree
2024-04-14
Tomas Vondra
Use the correct PG_DETOAST_DATUM macro in BRIN
commit
|
commitdiff
|
tree
2024-04-14
Tomas Vondra
Update nbits_set in brin_bloom_union
commit
|
commitdiff
|
tree
2024-04-13
Noah Misch
freespace: Don't return blocks past the end of the...
commit
|
commitdiff
|
tree
2024-04-13
Noah Misch
Correct "improve role option documentation".
commit
|
commitdiff
|
tree
2024-04-11
Tom Lane
Doc: fix bogus to_date() examples.
commit
|
commitdiff
|
tree
2024-04-11
Peter Eisentraut
meson: Remove obsolete function test
commit
|
commitdiff
|
tree
2024-04-11
Etsuro Fujita
Fix WaitEventSet resource leak in WaitLatchOrSocket().
commit
|
commitdiff
|
tree
2024-04-11
Michael Paquier
Use correct datatype for xmin variables in slot.c
commit
|
commitdiff
|
tree
2024-04-10
Tom Lane
Fix plpgsql's handling of -- comments following express...
commit
|
commitdiff
|
tree
next