projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2023-10-15
Thomas Munro
Acquire ControlFileLock in relevant SQL functions.
commit
|
commitdiff
|
tree
2023-10-14
Noah Misch
Dissociate btequalimage() from interval_ops, ending...
commit
|
commitdiff
|
tree
2023-10-14
Noah Misch
Don't spuriously report FD_SETSIZE exhaustion on Windows.
commit
|
commitdiff
|
tree
2023-10-12
David Rowley
Fix runtime partition pruning for HASH partitioned...
commit
|
commitdiff
|
tree
2023-10-12
David Rowley
Doc: fix grammatical errors for enable_partitionwise_ag...
commit
|
commitdiff
|
tree
2023-10-12
David Rowley
Fix incorrect step generation in HASH partition pruning
commit
|
commitdiff
|
tree
2023-10-10
Bruce Momjian
doc: clarify that SSPI and GSSAPI are interchangeable
commit
|
commitdiff
|
tree
2023-10-10
Bruce Momjian
doc: foreign servers with pushdown need matching collation
commit
|
commitdiff
|
tree
2023-10-10
Bruce Momjian
doc: add SSL configuration section reference
commit
|
commitdiff
|
tree
2023-10-10
Bruce Momjian
doc: document the need to analyze partitioned tables
commit
|
commitdiff
|
tree
2023-10-10
Jeff Davis
Fix bug in GenericXLogFinish().
commit
|
commitdiff
|
tree
2023-10-09
Tom Lane
Doc: use CURRENT_USER not USER in plpgsql trigger examples.
commit
|
commitdiff
|
tree
2023-10-03
Michael Paquier
Avoid memory size overflow when allocating backend...
commit
|
commitdiff
|
tree
2023-10-03
Michael Paquier
Fail hard on out-of-memory failures in xlogreader.c
commit
|
commitdiff
|
tree
2023-10-02
Tom Lane
Fix omission of column-level privileges in selective...
commit
|
commitdiff
|
tree
2023-10-01
Tom Lane
Fix datalen calculation in tsvectorrecv().
commit
|
commitdiff
|
tree
2023-09-30
Heikki Linnakangas
Fix briefly showing old progress stats for ANALYZE...
commit
|
commitdiff
|
tree
2023-09-30
Tom Lane
Remove environment sensitivity in pl/tcl regression...
commit
|
commitdiff
|
tree
2023-09-29
Tom Lane
Suppress macOS warnings about duplicate libraries in...
commit
|
commitdiff
|
tree
2023-09-29
Tom Lane
Doc: improve description of dump/restore's --clean...
commit
|
commitdiff
|
tree
2023-09-29
Daniel Gustafsson
doc: Change statistics function xref to the right target
commit
|
commitdiff
|
tree
2023-09-28
Peter Geoghegan
Fix btmarkpos/btrestrpos array key wraparound bug.
commit
|
commitdiff
|
tree
2023-09-28
Tom Lane
Fix checking of index expressions in CompareIndexInfo().
commit
|
commitdiff
|
tree
2023-09-27
Michael Paquier
unaccent: Tweak value of PYTHON when building without...
commit
|
commitdiff
|
tree
2023-09-27
Tom Lane
Stop using "-multiply_defined suppress" on macOS.
commit
|
commitdiff
|
tree
2023-09-26
Bruce Momjian
doc: clarify the effect of concurrent work_mem allocations
commit
|
commitdiff
|
tree
2023-09-26
Bruce Momjian
doc: clarify handling of time zones with "time with...
commit
|
commitdiff
|
tree
2023-09-26
Bruce Momjian
doc: clarify the behavior of unopenable listen_addresses
commit
|
commitdiff
|
tree
2023-09-26
Bruce Momjian
doc: pg_upgrade, clarify standby servers must remain...
commit
|
commitdiff
|
tree
2023-09-26
Bruce Momjian
doc: mention GROUP BY columns can reference target...
commit
|
commitdiff
|
tree
2023-09-26
Heikki Linnakangas
Fix another bug in parent page splitting during GiST...
commit
|
commitdiff
|
tree
2023-09-25
Michael Paquier
doc: Tell about "vcregress taptest" for regression...
commit
|
commitdiff
|
tree
2023-09-25
Thomas Munro
Fix edge-case for xl_tot_len broken by bae868ca.
commit
|
commitdiff
|
tree
2023-09-25
Andres Freund
pg_dump: tests: Correct test condition for invalid...
commit
|
commitdiff
|
tree
2023-09-25
Tom Lane
Collect dependency information for parsed CallStmts.
commit
|
commitdiff
|
tree
2023-09-25
Tom Lane
Limit to_tsvector_byid's initial array allocation to...
commit
|
commitdiff
|
tree
2023-09-25
Alvaro Herrera
pg_upgrade: check for types removed in pg12
commit
|
commitdiff
|
tree
2023-09-23
Thomas Munro
Don't use Perl pack('Q') in 039_end_of_wal.pl.
commit
|
commitdiff
|
tree
2023-09-22
Thomas Munro
Don't trust unvalidated xl_tot_len.
commit
|
commitdiff
|
tree
2023-09-22
Tom Lane
Doc: copy-edit the introductory para for the pg_class...
commit
|
commitdiff
|
tree
2023-09-22
Tom Lane
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtra...
commit
|
commitdiff
|
tree
2023-09-21
Etsuro Fujita
Update comment about set_join_pathlist_hook().
commit
|
commitdiff
|
tree
2023-09-19
Heikki Linnakangas
Fix GiST README's explanation of the NSN cross-check.
commit
|
commitdiff
|
tree
2023-09-18
Michael Paquier
Fix assertion failure with PL/Python exceptions
commit
|
commitdiff
|
tree
2023-09-18
Tom Lane
Don't crash if cursor_to_xmlschema is used on a non...
commit
|
commitdiff
|
tree
2023-09-15
Tom Lane
Track nesting depth correctly when drilling down into...
commit
|
commitdiff
|
tree
2023-09-15
Tom Lane
Fix get_expr_result_type() to find field names for...
commit
|
commitdiff
|
tree
2023-09-14
Michael Paquier
Revert "Improve error message on snapshot import in...
commit
|
commitdiff
|
tree
2023-09-14
Michael Paquier
Improve error message on snapshot import in snapmgr.c
commit
|
commitdiff
|
tree
2023-09-13
Thomas Munro
Fix exception safety bug in typcache.c.
commit
|
commitdiff
|
tree
2023-09-12
Amit Kapila
Fix uninitialized access to InitialRunningXacts during...
commit
|
commitdiff
|
tree
2023-09-12
Fujii Masao
Make recovery report error message when invalid page...
commit
|
commitdiff
|
tree
2023-09-08
Bruce Momjian
doc: remove mention of backslash doubling in strings
commit
|
commitdiff
|
tree
2023-09-07
Michael Paquier
pg_basebackup: Generate valid temporary slot names...
commit
|
commitdiff
|
tree
2023-09-06
Bruce Momjian
doc: mention that to_char() values are rounded
commit
|
commitdiff
|
tree
2023-09-05
Bruce Momjian
doc: mention libpq regression tests
commit
|
commitdiff
|
tree
2023-09-04
Michael Paquier
Fix out-of-bound read in gtsvector_picksplit()
commit
|
commitdiff
|
tree
2023-08-30
Etsuro Fujita
postgres_fdw: Fix test for parameterized foreign scan.
commit
|
commitdiff
|
tree
2023-08-29
Michael Paquier
Avoid possible overflow with ltsGetFreeBlock() in logtape.c
commit
|
commitdiff
|
tree
2023-08-29
Heikki Linnakangas
Initialize ListenSocket array earlier.
commit
|
commitdiff
|
tree
2023-08-24
Tom Lane
Avoid unnecessary plancache revalidation of utility...
commit
|
commitdiff
|
tree
2023-08-23
Daniel Gustafsson
doc: Replace list of drivers and PLs with wiki link
commit
|
commitdiff
|
tree
2023-08-22
Andrew Dunstan
Cache by-reference missing values in a long lived context
commit
|
commitdiff
|
tree
2023-08-10
Jeff Davis
Remove test from commit fa2e874946.
commit
|
commitdiff
|
tree
2023-08-07
Jeff Davis
Recalculate search_path after ALTER ROLE.
commit
|
commitdiff
|
tree
2023-08-07
Tom Lane
Stamp 13.12.
REL_13_12
commit
|
commitdiff
|
tree
2023-08-07
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2023-08-07
Noah Misch
Reject substituting extension schemas or owners matchin...
commit
|
commitdiff
|
tree
2023-08-07
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2023-08-05
Tom Lane
Release notes for 15.4, 14.9, 13.12, 12.16, 11.21.
commit
|
commitdiff
|
tree
2023-08-03
Etsuro Fujita
Doc: update documentation for creating custom scan...
commit
|
commitdiff
|
tree
2023-08-03
Etsuro Fujita
Update comments on CustomPath struct.
commit
|
commitdiff
|
tree
2023-08-01
David Rowley
Fix overly strict Assert in jsonpath code
commit
|
commitdiff
|
tree
2023-07-28
Etsuro Fujita
Disallow replacing joins with scans in problematic...
commit
|
commitdiff
|
tree
2023-07-27
Tom Lane
Raise fixed token-length limit in hba.c.
commit
|
commitdiff
|
tree
2023-07-20
Tom Lane
Guard against null plan pointer in CachedPlanIsSimplyVa...
commit
|
commitdiff
|
tree
2023-07-19
Tom Lane
Doc: improve description of IN and row-constructor...
commit
|
commitdiff
|
tree
2023-07-18
Tom Lane
Doc: fix out-of-date example of SPI usage.
commit
|
commitdiff
|
tree
2023-07-18
Michael Paquier
Fix indentation in twophase.c
commit
|
commitdiff
|
tree
2023-07-18
Michael Paquier
Fix recovery of 2PC transaction during crash recovery
commit
|
commitdiff
|
tree
2023-07-14
Michael Paquier
Add indisreplident to fields refreshed by RelationReloa...
commit
|
commitdiff
|
tree
2023-07-14
Michael Paquier
Fix updates of indisvalid for partitioned indexes
commit
|
commitdiff
|
tree
2023-07-13
Andres Freund
Handle DROP DATABASE getting interrupted
commit
|
commitdiff
|
tree
2023-07-13
Andres Freund
Release lock after encountering bogs row in vac_truncat...
commit
|
commitdiff
|
tree
2023-07-13
Tom Lane
Remove unnecessary pfree() in g_intbig_compress().
commit
|
commitdiff
|
tree
2023-07-10
Tom Lane
Be more rigorous about local variables in PostgresMain().
commit
|
commitdiff
|
tree
2023-07-10
Michael Paquier
Fix ALTER EXTENSION SET SCHEMA with objects outside...
commit
|
commitdiff
|
tree
2023-07-06
Andres Freund
Fix type of iterator variable in SH_START_ITERATE
commit
|
commitdiff
|
tree
2023-07-06
Andrew Dunstan
Skip pg_baseback long filename test if path too long...
commit
|
commitdiff
|
tree
2023-07-06
Heikki Linnakangas
WAL-log the creation of the init fork of unlogged indexes.
commit
|
commitdiff
|
tree
2023-07-06
Amit Kapila
Revert the commits related to allowing page lock to...
commit
|
commitdiff
|
tree
2023-07-05
Heikki Linnakangas
Fix leak of LLVM "fatal-on-oom" section counter.
commit
|
commitdiff
|
tree
2023-07-04
Heikki Linnakangas
Ensure that creation of an empty relfile is fsync'd...
commit
|
commitdiff
|
tree
2023-07-04
Peter Eisentraut
Adjust kerberos and ldap tests for Homebrew on ARM
commit
|
commitdiff
|
tree
2023-07-04
Thomas Munro
Re-bin segment when memory pages are freed.
commit
|
commitdiff
|
tree
2023-07-03
Thomas Munro
Fix race in SSI interaction with gin fast path.
commit
|
commitdiff
|
tree
2023-07-03
Thomas Munro
Fix race in SSI interaction with bitmap heap scan.
commit
|
commitdiff
|
tree
2023-07-03
Thomas Munro
Fix race in SSI interaction with empty btrees.
commit
|
commitdiff
|
tree
2023-07-03
Andrew Dunstan
Revert "Improve pg_basebackup long file name test Windo...
commit
|
commitdiff
|
tree
2023-07-03
Andrew Dunstan
Use older package name in pg_basebackup test
commit
|
commitdiff
|
tree
next