projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2023-11-13
Bruce Momjian
doc: clarify handling of range upper/lower/upper_inf...
commit
|
commitdiff
|
tree
2023-11-13
Bruce Momjian
doc: restructure ALTER DEFAULT PRIVILEGES
commit
|
commitdiff
|
tree
2023-11-13
Bruce Momjian
doc: correct description of libpq's PQsetnonblocking...
commit
|
commitdiff
|
tree
2023-11-13
Tom Lane
Don't release index root page pin in ginFindParents().
commit
|
commitdiff
|
tree
2023-11-13
Daniel Gustafsson
doc: Add missing semicolon in example
commit
|
commitdiff
|
tree
2023-11-13
Etsuro Fujita
Remove incorrect file reference in comment.
commit
|
commitdiff
|
tree
2023-11-09
Tom Lane
Fix computation of varnullingrels when const-folding...
commit
|
commitdiff
|
tree
2023-11-09
Dean Rasheed
Fix AFTER ROW trigger execution in MERGE cross-partitio...
commit
|
commitdiff
|
tree
2023-11-09
David Rowley
Ensure we use the correct spelling of "ensure"
commit
|
commitdiff
|
tree
2023-11-09
Dean Rasheed
Fix corner-case 64-bit integer subtraction bug on some...
commit
|
commitdiff
|
tree
2023-11-09
Michael Paquier
pg_stat_statements: Remove duplicated tests for SET...
commit
|
commitdiff
|
tree
2023-11-08
Alvaro Herrera
Call pqPipelineFlush from PQsendFlushRequest
commit
|
commitdiff
|
tree
2023-11-08
Peter Eisentraut
Don't install ldap_password_func in meson
commit
|
commitdiff
|
tree
2023-11-08
Michael Paquier
Fix use of OPENSSL in SSL tests if command is not found
commit
|
commitdiff
|
tree
2023-11-08
Michael Paquier
Enlarge assertion in bloom_init() for false_positive_rate
commit
|
commitdiff
|
tree
2023-11-06
Tom Lane
Stamp 16.1.
REL_16_1
commit
|
commitdiff
|
tree
2023-11-06
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2023-11-06
Tom Lane
Detect integer overflow while computing new array dimen...
commit
|
commitdiff
|
tree
2023-11-06
Tom Lane
Compute aggregate argument types correctly in transform...
commit
|
commitdiff
|
tree
2023-11-06
Noah Misch
Set GUC "is_superuser" in all processes that set Authen...
commit
|
commitdiff
|
tree
2023-11-06
Noah Misch
Ban role pg_signal_backend from more superuser backend...
commit
|
commitdiff
|
tree
2023-11-06
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2023-11-05
Tom Lane
Release notes for 16.1, 15.5, 14.10, 13.13, 12.17,...
commit
|
commitdiff
|
tree
2023-11-03
Andres Freund
meson: docs: Install all manpages, not just ones in...
commit
|
commitdiff
|
tree
2023-11-03
Tom Lane
First-draft release notes for 16.1.
commit
|
commitdiff
|
tree
2023-11-03
Bruce Momjian
doc: \copy can get data values \. and end-of-input...
commit
|
commitdiff
|
tree
2023-11-03
Bruce Momjian
doc: CREATE DATABASE doesn't copy db-level perms. from...
commit
|
commitdiff
|
tree
2023-11-03
Tom Lane
Doc: update CREATE RULE ref page's hoary discussion...
commit
|
commitdiff
|
tree
2023-11-03
Bruce Momjian
doc: ALTER DEFAULT PRIVILEGES does not affect inherite...
commit
|
commitdiff
|
tree
2023-11-02
Tom Lane
Be more wary about NULL values for GUC string variables.
commit
|
commitdiff
|
tree
2023-11-02
Michael Paquier
Fix 003_check_guc.pl when loading modules with custom...
commit
|
commitdiff
|
tree
2023-11-01
Michael Paquier
doc: Replace reference to ERRCODE_RAISE_EXCEPTION by...
commit
|
commitdiff
|
tree
2023-11-01
Daniel Gustafsson
Fix function name in comment
commit
|
commitdiff
|
tree
2023-10-31
Bruce Momjian
doc: improve ALTER SYSTEM description of value list...
commit
|
commitdiff
|
tree
2023-10-31
Bruce Momjian
doc: improve bpchar and character type length details
commit
|
commitdiff
|
tree
2023-10-31
Bruce Momjian
doc: add function argument and query parameter limits
commit
|
commitdiff
|
tree
2023-10-31
Bruce Momjian
doc: 1-byte varlena headers can be used for user PLAIN...
commit
|
commitdiff
|
tree
2023-10-31
David Rowley
Adjust the order of the prechecks in pgrowlocks()
commit
|
commitdiff
|
tree
2023-10-30
Noah Misch
Diagnose !indisvalid in more SQL functions.
commit
|
commitdiff
|
tree
2023-10-30
Noah Misch
amcheck: Distinguish interrupted page deletion from...
commit
|
commitdiff
|
tree
2023-10-29
Tom Lane
Teach pg_dump about the new pg_subscription.subrunasown...
commit
|
commitdiff
|
tree
2023-10-29
Dean Rasheed
btree_gin: Fix calculation of leftmost interval value.
commit
|
commitdiff
|
tree
2023-10-28
Tom Lane
Fix intra-query memory leak when a SRF returns zero...
commit
|
commitdiff
|
tree
2023-10-28
Tom Lane
Remove PHOT from our default timezone abbreviations...
commit
|
commitdiff
|
tree
2023-10-27
Tomas Vondra
Fix minmax-multi distance for extreme interval values
commit
|
commitdiff
|
tree
2023-10-27
Tomas Vondra
Fix minmax-multi on infinite date/timestamp values
commit
|
commitdiff
|
tree
2023-10-27
Tomas Vondra
Fix calculation in brin_minmax_multi_distance_date
commit
|
commitdiff
|
tree
2023-10-27
Tomas Vondra
Fix overflow when calculating timestamp distance in...
commit
|
commitdiff
|
tree
2023-10-26
Amit Langote
Avoid compiler warning in non-assert builds
commit
|
commitdiff
|
tree
2023-10-26
Amit Langote
Prevent duplicate RTEPermissionInfo for plain-inheritan...
commit
|
commitdiff
|
tree
2023-10-25
Tom Lane
Doc: remove misleading info about ecpg's CONNECT/DISCON...
commit
|
commitdiff
|
tree
2023-10-25
Michael Paquier
doc: Fix some typos and grammar
commit
|
commitdiff
|
tree
2023-10-25
Michael Paquier
Log OpenSSL version in ./configure output
commit
|
commitdiff
|
tree
2023-10-24
Tom Lane
Fix problems when a plain-inheritance parent table...
commit
|
commitdiff
|
tree
2023-10-24
Peter Geoghegan
Doc: indexUnchanged is strictly a hint.
commit
|
commitdiff
|
tree
2023-10-22
Thomas Munro
Log LLVM library version in configure output.
commit
|
commitdiff
|
tree
2023-10-21
Thomas Munro
Fix min_dynamic_shared_memory on Windows.
commit
|
commitdiff
|
tree
2023-10-20
Alvaro Herrera
Make some error strings more generic
commit
|
commitdiff
|
tree
2023-10-20
Andres Freund
meson: Make detection of python more robust
commit
|
commitdiff
|
tree
2023-10-20
Tom Lane
Dodge a compiler bug affecting timetz_zone/timetz_izone.
commit
|
commitdiff
|
tree
2023-10-20
Tom Lane
Doc: update CREATE OPERATOR's statement about => as...
commit
|
commitdiff
|
tree
2023-10-19
Peter Eisentraut
Remove duplicate name from list of acknowledgments
commit
|
commitdiff
|
tree
2023-10-19
Tom Lane
Improve pglz_decompress's defenses against corrupt...
commit
|
commitdiff
|
tree
2023-10-18
Bruce Momjian
doc: PG 16 relnotes: fix spelling error
commit
|
commitdiff
|
tree
2023-10-18
Thomas Munro
jit: Changes for LLVM 17.
commit
|
commitdiff
|
tree
2023-10-18
Thomas Munro
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
commit
|
commitdiff
|
tree
2023-10-18
Thomas Munro
jit: Support opaque pointers in LLVM 16.
commit
|
commitdiff
|
tree
2023-10-18
Michael Paquier
pg_upgrade: Fix test name in 002_pg_upgrade.pl
commit
|
commitdiff
|
tree
2023-10-18
Michael Paquier
Count write times when extending relation files for...
commit
|
commitdiff
|
tree
2023-10-17
Tom Lane
Back-patch test cases for timetz_zone/timetz_izone.
commit
|
commitdiff
|
tree
2023-10-17
Nathan Bossart
Avoid calling proc_exit() in processes forked by system().
commit
|
commitdiff
|
tree
2023-10-16
Tom Lane
Ensure we have a snapshot while dropping ON COMMIT...
commit
|
commitdiff
|
tree
2023-10-16
Nathan Bossart
Move extra code out of the Pre/PostRestoreCommand(...
commit
|
commitdiff
|
tree
2023-10-16
Robert Haas
Update the documentation on recovering from (M)XID...
commit
|
commitdiff
|
tree
2023-10-16
Thomas Munro
Try to handle torn reads of pg_control in frontend.
commit
|
commitdiff
|
tree
2023-10-16
Thomas Munro
Fix comment from commit 22655aa231.
commit
|
commitdiff
|
tree
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-14
Andres Freund
Fix bulk table extension when copying into multiple...
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: pg_upgrade: use dynamic new cluster major version...
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: clarify how the bootstrap user name is chosen
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-09
David Rowley
Strip off ORDER BY/DISTINCT aggregate pathkeys in creat...
commit
|
commitdiff
|
tree
2023-10-06
Etsuro Fujita
Remove extra parenthesis from comment.
commit
|
commitdiff
|
tree
2023-10-05
David Rowley
Fix memory leak in Memoize code
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-02
Heikki Linnakangas
Flush WAL stats in bgwriter
commit
|
commitdiff
|
tree
2023-10-01
Tom Lane
Fix datalen calculation in tsvectorrecv().
commit
|
commitdiff
|
tree
2023-10-01
Tom Lane
In COPY FROM, fail cleanly when unsupported encoding...
commit
|
commitdiff
|
tree
next