projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2021-01-28
Andrew Gierth
Don't add bailout adjustment for non-strict deserialize...
commit
|
commitdiff
|
tree
2021-01-26
Alvaro Herrera
Report the true database name on connection errors
commit
|
commitdiff
|
tree
2021-01-26
Tom Lane
Code review for psql's helpSQL() function.
commit
|
commitdiff
|
tree
2021-01-25
Tom Lane
Don't clobber the calling user's credentials cache...
commit
|
commitdiff
|
tree
2021-01-25
Tom Lane
Fix broken ruleutils support for function TRANSFORM...
commit
|
commitdiff
|
tree
2021-01-25
David Rowley
Fix hypothetical bug in heap backward scans
commit
|
commitdiff
|
tree
2021-01-24
Tom Lane
Update time zone data files to tzdata release 2021a.
commit
|
commitdiff
|
tree
2021-01-22
Tom Lane
Doc: improve directions for building on macOS.
commit
|
commitdiff
|
tree
2021-01-22
Tom Lane
Doc: remove misleading claim in documentation of PQreset().
commit
|
commitdiff
|
tree
2021-01-20
Tom Lane
Further tweaking of PG_SYSROOT heuristics for macOS.
commit
|
commitdiff
|
tree
2021-01-20
Tom Lane
Disable vacuum page skipping in selected test cases.
commit
|
commitdiff
|
tree
2021-01-20
Michael Paquier
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
commit
|
commitdiff
|
tree
2021-01-19
Tom Lane
Remove faulty support for MergeAppend plan with WHERE...
commit
|
commitdiff
|
tree
2021-01-18
Bruce Momjian
doc: adjust alignment of doc file list for "pg_waldump...
commit
|
commitdiff
|
tree
2021-01-18
Tom Lane
Avoid crash with WHERE CURRENT OF and a custom scan...
commit
|
commitdiff
|
tree
2021-01-16
Noah Misch
Fix pg_dump for GRANT OPTION among initial privileges.
commit
|
commitdiff
|
tree
2021-01-16
Noah Misch
Prevent excess SimpleLruTruncate() deletion.
commit
|
commitdiff
|
tree
2021-01-15
Tomas Vondra
Disallow CREATE STATISTICS on system catalogs
commit
|
commitdiff
|
tree
2021-01-15
Tom Lane
Improve our heuristic for selecting PG_SYSROOT on macOS.
commit
|
commitdiff
|
tree
2021-01-15
Fujii Masao
Fix calculation of how much shared memory is required...
commit
|
commitdiff
|
tree
2021-01-14
Tom Lane
pg_dump: label PUBLICATION TABLE ArchiveEntries with...
commit
|
commitdiff
|
tree
2021-01-14
Alvaro Herrera
Prevent drop of tablespaces used by partitioned relations
commit
|
commitdiff
|
tree
2021-01-13
Tom Lane
Disallow a digit as the first character of a variable...
commit
|
commitdiff
|
tree
2021-01-13
Tom Lane
Doc: clarify behavior of back-half options in pg_dump.
commit
|
commitdiff
|
tree
2021-01-13
Amit Kapila
Fix memory leak in SnapBuildSerialize.
commit
|
commitdiff
|
tree
2021-01-12
Tom Lane
pg_dump: label INDEX ATTACH ArchiveEntries with an...
commit
|
commitdiff
|
tree
2021-01-12
Tom Lane
Doc: fix description of privileges needed for ALTER...
commit
|
commitdiff
|
tree
2021-01-12
Alvaro Herrera
Fix thinko in comment
commit
|
commitdiff
|
tree
2021-01-09
Bruce Momjian
doc: expand description of how non-SELECT queries...
commit
|
commitdiff
|
tree
2021-01-08
Tom Lane
Fix ancient bug in parsing of BRE-mode regular expressions.
commit
|
commitdiff
|
tree
2021-01-08
Tom Lane
Adjust createdb TAP tests to work on recent OpenBSD.
commit
|
commitdiff
|
tree
2021-01-07
Tom Lane
Further second thoughts about idle_session_timeout...
commit
|
commitdiff
|
tree
2021-01-07
Michael Paquier
doc: Remove reference to recovery params for divergence...
commit
|
commitdiff
|
tree
2021-01-06
Fujii Masao
Detect the deadlocks between backends and the startup...
commit
|
commitdiff
|
tree
2021-01-05
Bruce Momjian
doc: improve NLS instruction wording
commit
|
commitdiff
|
tree
2021-01-05
Dean Rasheed
Add an explicit cast to double when using fabs().
commit
|
commitdiff
|
tree
2021-01-05
Dean Rasheed
Fix numeric_power() when the exponent is INT_MIN.
commit
|
commitdiff
|
tree
2021-01-04
Tom Lane
Fix integer-overflow corner cases in substring() functions.
commit
|
commitdiff
|
tree
2021-01-02
Bruce Momjian
Update copyright for 2021
commit
|
commitdiff
|
tree
2021-01-01
Tom Lane
Doc: improve explanation of EXTRACT(EPOCH) for timestam...
commit
|
commitdiff
|
tree
2020-12-30
Tom Lane
Doc: spell out comparison behaviors for the date/time...
commit
|
commitdiff
|
tree
2020-12-30
Noah Misch
In pg_upgrade cross-version test, handle lack of oldsty...
commit
|
commitdiff
|
tree
2020-12-29
Michael Paquier
doc: Improve some grammar and sentences
commit
|
commitdiff
|
tree
2020-12-28
Tom Lane
Further fix thinko in plpgsql memory leak fix.
commit
|
commitdiff
|
tree
2020-12-28
Tom Lane
Fix thinko in plpgsql memory leak fix.
commit
|
commitdiff
|
tree
2020-12-28
Michael Paquier
Fix inconsistent code with shared invalidations of...
commit
|
commitdiff
|
tree
2020-12-28
Fujii Masao
postgres_fdw: Fix connection leak.
commit
|
commitdiff
|
tree
2020-12-25
Noah Misch
Invalidate acl.c caches when pg_authid changes.
commit
|
commitdiff
|
tree
2020-12-24
Tom Lane
Fix race condition between shutdown and unstarted backg...
commit
|
commitdiff
|
tree
2020-12-23
Bruce Momjian
docs: document which server-side languages can create...
commit
|
commitdiff
|
tree
2020-12-23
Michael Paquier
Fix portability issues with parsing of recovery_target_xid
commit
|
commitdiff
|
tree
2020-12-22
Tom Lane
Improve autoprewarm's handling of early-shutdown scenarios.
commit
|
commitdiff
|
tree
2020-12-21
Tom Lane
Remove "invalid concatenation of jsonb objects" error...
commit
|
commitdiff
|
tree
2020-12-20
Tom Lane
Doc: fix description of how to use src/tutorial files.
commit
|
commitdiff
|
tree
2020-12-20
Tom Lane
Doc: improve description of pgbench script weights.
commit
|
commitdiff
|
tree
2020-12-18
Tom Lane
Avoid memcpy() with same source and destination during...
commit
|
commitdiff
|
tree
2020-12-16
Bruce Momjian
doc: clarify COPY TO for partitioning/inheritance
commit
|
commitdiff
|
tree
2020-12-15
Andrew Dunstan
Use native methods to open input in TestLib::slurp_file...
commit
|
commitdiff
|
tree
2020-12-15
Jeff Davis
Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE...
commit
|
commitdiff
|
tree
2020-12-12
Bruce Momjian
initdb: complete getopt_long alphabetization
commit
|
commitdiff
|
tree
2020-12-12
Bruce Momjian
initdb: properly alphabetize getopt_long options in...
commit
|
commitdiff
|
tree
2020-12-08
Tom Lane
Teach contain_leaked_vars that assignment SubscriptingR...
commit
|
commitdiff
|
tree
2020-12-08
Tom Lane
Doc: clarify that CREATE TABLE discards redundant uniqu...
commit
|
commitdiff
|
tree
2020-12-08
Tom Lane
Doc: explain that the string types can't store \0 ...
commit
|
commitdiff
|
tree
2020-12-08
Michael Paquier
pgcrypto: Detect errors with EVP calls from OpenSSL
commit
|
commitdiff
|
tree
2020-12-08
Andres Freund
jit: Correct parameter type for generated expression...
commit
|
commitdiff
|
tree
2020-12-08
Andres Freund
jit: configure: Explicitly reference 'native' component.
commit
|
commitdiff
|
tree
2020-12-08
Andres Freund
backpatch "jit: Add support for LLVM 12."
commit
|
commitdiff
|
tree
2020-12-07
Heikki Linnakangas
Fix more race conditions in the newly-added pg_rewind...
commit
|
commitdiff
|
tree
2020-12-04
Heikki Linnakangas
Fix race conditions in newly-added test.
commit
|
commitdiff
|
tree
2020-12-03
Bruce Momjian
doc: remove unnecessary blank before command option...
commit
|
commitdiff
|
tree
2020-12-03
Bruce Momjian
docs: list single-letter options first in command...
commit
|
commitdiff
|
tree
2020-12-03
Heikki Linnakangas
Fix pg_rewind bugs when rewinding a standby server.
commit
|
commitdiff
|
tree
2020-12-01
Tom Lane
Ensure that expandTableLikeClause() re-examines the...
commit
|
commitdiff
|
tree
2020-12-01
Alvaro Herrera
Avoid memcpy() with a NULL source pointer and count...
commit
|
commitdiff
|
tree
2020-12-01
Thomas Munro
Free disk space for dropped relations on commit.
commit
|
commitdiff
|
tree
2020-11-30
Alvaro Herrera
Document concurrent indexes waiting on each other
commit
|
commitdiff
|
tree
2020-11-30
Tom Lane
Remove configure-time probe for DocBook DTD.
commit
|
commitdiff
|
tree
2020-11-30
Tom Lane
Prevent parallel index build in a standalone backend.
commit
|
commitdiff
|
tree
2020-11-30
Tom Lane
Fix miscomputation of direct_lateral_relids for join...
commit
|
commitdiff
|
tree
2020-11-29
Tom Lane
Fix recently-introduced breakage in psql's \connect...
commit
|
commitdiff
|
tree
2020-11-29
Tom Lane
Doc: clarify behavior of PQconnectdbParams().
commit
|
commitdiff
|
tree
2020-11-28
Tom Lane
Fix a recently-introduced race condition in LISTEN...
commit
|
commitdiff
|
tree
2020-11-25
Peter Eisentraut
doc: Fix typos
commit
|
commitdiff
|
tree
2020-11-24
Andrew Gierth
Properly check index mark/restore in ExecSupportsMarkRe...
commit
|
commitdiff
|
tree
2020-11-20
Heikki Linnakangas
Skip allocating hash table in EXPLAIN-only mode.
commit
|
commitdiff
|
tree
2020-11-20
Tom Lane
On macOS, use -isysroot in link steps as well as compil...
commit
|
commitdiff
|
tree
2020-11-19
Thomas Munro
Adjust DSM and DSA slot usage constants (back-patch).
commit
|
commitdiff
|
tree
2020-11-19
Tom Lane
Further fixes for CREATE TABLE LIKE: cope with self...
commit
|
commitdiff
|
tree
2020-11-17
Tom Lane
Don't Insert() a VFD entry until it's fully built.
commit
|
commitdiff
|
tree
2020-11-16
Tom Lane
Do not return NULL for error cases in satisfies_hash_pa...
commit
|
commitdiff
|
tree
2020-11-16
Tom Lane
Use "true" not "TRUE" in one ICU function call.
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: update bgwriter description
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: clarify how to find pg_type_d.h in the install...
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: adjust expression index analyze working some...
commit
|
commitdiff
|
tree
2020-11-16
Bruce Momjian
doc: improve wording of the need for analyze of exp...
commit
|
commitdiff
|
tree
2020-11-15
Tom Lane
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
commit
|
commitdiff
|
tree
2020-11-14
Tom Lane
Doc: improve partitioning discussion in ddl.sgml.
commit
|
commitdiff
|
tree
2020-11-12
Bruce Momjian
doc: clarify where to find pg_type_d.h (PG 11+) and...
commit
|
commitdiff
|
tree
2020-11-12
Bruce Momjian
docs: mention that expression indexes need analyze
commit
|
commitdiff
|
tree
next