projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2022-08-04
Tom Lane
Add proper regression test for the recent SRFs-in-pathk...
commit
|
commitdiff
|
tree
2022-08-04
John Naylor
Fix assorted doc typos
commit
|
commitdiff
|
tree
2022-08-04
John Naylor
Clarify DROP EXTENSION docs regarding explicitly depend...
commit
|
commitdiff
|
tree
2022-08-03
Tom Lane
Fix incorrect tests for SRFs in relation_can_be_sorted_...
commit
|
commitdiff
|
tree
2022-08-03
Tom Lane
Reduce test runtime of src/test/modules/snapshot_too_old.
commit
|
commitdiff
|
tree
2022-08-02
Tom Lane
Be more wary about 32-bit integer overflow in pg_stat_s...
commit
|
commitdiff
|
tree
2022-08-02
Tom Lane
Change type "char"'s I/O format for non-ASCII characters.
commit
|
commitdiff
|
tree
2022-08-02
Michael Paquier
doc: Fix typos in protocol.sgml
commit
|
commitdiff
|
tree
2022-08-02
Amit Kapila
Remove duplicated wait for subscription sync from 007_d...
commit
|
commitdiff
|
tree
2022-08-01
Tom Lane
Check maximum number of columns in function RTEs, too.
commit
|
commitdiff
|
tree
2022-08-01
Michael Paquier
Fix error reporting after ioctl() call with pg_upgrade...
commit
|
commitdiff
|
tree
2022-08-01
Andres Freund
ci: remove minor version from freebsd image name
commit
|
commitdiff
|
tree
2022-07-31
Tom Lane
Remove test_oat_hooks.c's nodetag_to_string().
commit
|
commitdiff
|
tree
2022-07-31
Andres Freund
ci: switch to freebsd 13.1
commit
|
commitdiff
|
tree
2022-07-31
Tom Lane
Fix trim_array() for zero-dimensional array argument.
commit
|
commitdiff
|
tree
2022-07-31
Tom Lane
Make new auto_explain test safe for log_error_verbosity...
commit
|
commitdiff
|
tree
2022-07-30
Tom Lane
Fix incorrect is-this-the-topmost-join tests in paralle...
commit
|
commitdiff
|
tree
2022-07-30
Robert Haas
Revise test case added in 43746996399541ecb5c7b188725a5...
commit
|
commitdiff
|
tree
2022-07-29
Andrew Dunstan
Fix new recovery test for log_error_verbosity=verbose...
commit
|
commitdiff
|
tree
2022-07-29
Robert Haas
Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb4...
commit
|
commitdiff
|
tree
2022-07-29
Tom Lane
In transformRowExpr(), check for too many columns in...
commit
|
commitdiff
|
tree
2022-07-29
Robert Haas
Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.
commit
|
commitdiff
|
tree
2022-07-29
Alvaro Herrera
Fix test instability
commit
|
commitdiff
|
tree
2022-07-28
Robert Haas
Use TRUNCATE to preserve relfilenode for pg_largeobject...
commit
|
commitdiff
|
tree
2022-07-28
Alvaro Herrera
doc: avoid saying "inheritance" ...
commit
|
commitdiff
|
tree
2022-07-28
Alvaro Herrera
Fix replay of create database records on standby
commit
|
commitdiff
|
tree
2022-07-28
Thomas Munro
Fix get_dirent_type() for symlinks on MinGW/MSYS.
commit
|
commitdiff
|
tree
2022-07-27
Tom Lane
Fix new auto_explain test case for Windows.
commit
|
commitdiff
|
tree
2022-07-26
Tom Lane
Force immediate commit after CREATE DATABASE etc in...
commit
|
commitdiff
|
tree
2022-07-26
Michael Paquier
Fix path reference when parsing pg_ident.conf for pg_id...
commit
|
commitdiff
|
tree
2022-07-25
Tom Lane
Add test for session_preload_libraries and parameter...
commit
|
commitdiff
|
tree
2022-07-25
Tom Lane
Process session_preload_libraries within InitPostgres...
commit
|
commitdiff
|
tree
2022-07-25
Heikki Linnakangas
Fix ReadRecentBuffer for local buffers.
commit
|
commitdiff
|
tree
2022-07-23
Tom Lane
Doc: improve documentation about random().
commit
|
commitdiff
|
tree
2022-07-23
Tom Lane
Doc: update recovery/README.
commit
|
commitdiff
|
tree
2022-07-23
Tom Lane
Increase minimum supported GNU make version to 3.81.
commit
|
commitdiff
|
tree
2022-07-22
Alvaro Herrera
Fix [install]check in interfaces/libpq/Makefile
commit
|
commitdiff
|
tree
2022-07-22
Tom Lane
Close old gap in dependency checks for functions return...
commit
|
commitdiff
|
tree
2022-07-22
Tom Lane
Fix minor memory leaks in psql's tab completion.
commit
|
commitdiff
|
tree
2022-07-22
Thomas Munro
Remove unnecessary Windows-specific basebackup code.
commit
|
commitdiff
|
tree
2022-07-22
Thomas Munro
Fix get_dirent_type() for Windows junction points.
commit
|
commitdiff
|
tree
2022-07-22
Fujii Masao
postgres_fdw: Fix bug in checking of return value of...
commit
|
commitdiff
|
tree
2022-07-21
Bruce Momjian
doc: use wording "restore" instead of "reload" of...
commit
|
commitdiff
|
tree
2022-07-21
Bruce Momjian
doc: clarify that auth. names are lower case and case...
commit
|
commitdiff
|
tree
2022-07-21
Tom Lane
Fix ruleutils issues with dropped cols in functions...
commit
|
commitdiff
|
tree
2022-07-21
Bruce Momjian
relnotes: improve PG 15 schema permission change wording
commit
|
commitdiff
|
tree
2022-07-21
John Naylor
Correct some uses of e.g. and i.e. in message strings...
commit
|
commitdiff
|
tree
2022-07-21
Michael Paquier
Fix various memory leaks in psql's describe commands \d*
commit
|
commitdiff
|
tree
2022-07-20
Jeff Davis
Process shared_preload_libraries in single-user mode.
commit
|
commitdiff
|
tree
2022-07-20
Fujii Masao
Fix assertion failure and segmentation fault in backup...
commit
|
commitdiff
|
tree
2022-07-20
Fujii Masao
Prevent BASE_BACKUP in the middle of another backup...
commit
|
commitdiff
|
tree
2022-07-20
Michael Paquier
Tweak detail and hint messages to be consistent with...
commit
|
commitdiff
|
tree
2022-07-19
Tom Lane
Fix missed corner cases for grantable permissions on...
commit
|
commitdiff
|
tree
2022-07-19
Bruce Momjian
relnotes: clarify pg_basebackup compression options
commit
|
commitdiff
|
tree
2022-07-19
Bruce Momjian
relnotes: improve wording of several PG 15 items
commit
|
commitdiff
|
tree
2022-07-19
Andres Freund
Use STDOUT/STDERR_FILENO in most of syslogger.
commit
|
commitdiff
|
tree
2022-07-19
Andres Freund
windows: msvc: Define STDIN/OUT/ERR_FILENO.
commit
|
commitdiff
|
tree
2022-07-18
Andres Freund
Deal with paths containing \ and spaces in basebackup_t...
commit
|
commitdiff
|
tree
2022-07-18
Peter Eisentraut
pg_upgrade: Adjust quoting style in message to match...
commit
|
commitdiff
|
tree
2022-07-18
Peter Eisentraut
Add another SQL/JSON error code
commit
|
commitdiff
|
tree
2022-07-17
Tom Lane
Fix omissions in support for the "regcollation" type.
commit
|
commitdiff
|
tree
2022-07-17
Tom Lane
postgres_fdw: set search_path to 'pg_catalog' while...
commit
|
commitdiff
|
tree
2022-07-16
Thomas Munro
Make dsm_impl_posix_resize more future-proof.
commit
|
commitdiff
|
tree
2022-07-15
David Rowley
Fix inconsistent parameter names between prototype...
commit
|
commitdiff
|
tree
2022-07-15
John Naylor
Clarify that pg_dump takes ACCESS SHARE lock
commit
|
commitdiff
|
tree
2022-07-15
Bruce Momjian
docs: make monitoring "phases" table titles consistent
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify how dropping of extensions affects depend...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
pg_upgrade doc: mention that replication slots must...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: add documentation about ecpg Oracle-compatibility...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: move system views section to its own chapter
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify the behavior of identically-named savepoints
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: clarify that "excluded" ON CONFLICT is a single row
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: mention that INSERT can block because of unique...
commit
|
commitdiff
|
tree
2022-07-14
Bruce Momjian
doc: mention the pg_locks lock names in parentheses
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Don't clobber postmaster sigmask in dsm_impl_resize.
commit
|
commitdiff
|
tree
2022-07-14
Thomas Munro
Block signals while allocating DSM memory.
commit
|
commitdiff
|
tree
2022-07-13
Alvaro Herrera
Plug memory leak
commit
|
commitdiff
|
tree
2022-07-13
David Rowley
Small cleanup of create_list_bounds()
commit
|
commitdiff
|
tree
2022-07-13
David Rowley
Tidy up code in get_cheapest_group_keys_order()
commit
|
commitdiff
|
tree
2022-07-12
Tom Lane
Invent qsort_interruptible().
commit
|
commitdiff
|
tree
2022-07-11
Bruce Momjian
relnotes: updates "cumulative statistics system" mention
commit
|
commitdiff
|
tree
2022-07-11
Thomas Munro
Fix lock assertions in dshash.c.
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
Fix two portability issues with the tests of test_oat_hooks
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
Improve error message with JSON_SERIALIZE()
commit
|
commitdiff
|
tree
2022-07-11
Michael Paquier
doc: Fix inconsistent quotes in some jsonb fields
commit
|
commitdiff
|
tree
2022-07-10
Thomas Munro
Fix \watch's interaction with libedit on ^C.
commit
|
commitdiff
|
tree
2022-07-09
Bruce Momjian
doc: add examples for array_length() and jsonb_array_l...
commit
|
commitdiff
|
tree
2022-07-08
Bruce Momjian
doc: add pg_prewarm example
commit
|
commitdiff
|
tree
2022-07-08
Robert Haas
Preserve relfilenode of pg_largeobject and its index...
commit
|
commitdiff
|
tree
2022-07-07
Andrew Dunstan
Only allow returning string types or bytea from json_se...
commit
|
commitdiff
|
tree
2022-07-07
Dean Rasheed
Fix alias matching in transformLockingClause().
commit
|
commitdiff
|
tree
2022-07-07
Etsuro Fujita
postgres_fdw: Fix grammar.
commit
|
commitdiff
|
tree
2022-07-07
Amit Kapila
Re-order disable_on_error in tab-complete.
commit
|
commitdiff
|
tree
2022-07-06
Andres Freund
pgstat: slru: remove outdated comment
commit
|
commitdiff
|
tree
2022-07-06
Tom Lane
Fix wrong field order in _readMergeWhenClause().
commit
|
commitdiff
|
tree
2022-07-06
David Rowley
Overload index_form_tuple to allow the memory context...
commit
|
commitdiff
|
tree
2022-07-06
Andres Freund
pgstat: drop subscription stats regardless of slot...
commit
|
commitdiff
|
tree
2022-07-06
David Rowley
Remove size increase in ExprEvalStep caused by hashed...
commit
|
commitdiff
|
tree
2022-07-05
Tom Lane
Tighten pg_upgrade's new check for non-upgradable anyar...
commit
|
commitdiff
|
tree
2022-07-05
Andres Freund
pgstat: reduce timer overhead by leaving timer running.
commit
|
commitdiff
|
tree
next