projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2020-08-25
Bruce Momjian
docs: client certificates are always sent to the server
commit
|
commitdiff
|
tree
2020-08-22
Tom Lane
Avoid pushing quals down into sub-queries that have...
commit
|
commitdiff
|
tree
2020-08-22
Bruce Momjian
docs: improve description of how to handle multiple...
commit
|
commitdiff
|
tree
2020-08-21
Tom Lane
Fix handling of CREATE TABLE LIKE with inheritance.
commit
|
commitdiff
|
tree
2020-08-17
Alvaro Herrera
Disable autovacuum for BRIN test table
commit
|
commitdiff
|
tree
2020-08-17
Tom Lane
Doc: fix description of UNION/CASE/etc type unification.
commit
|
commitdiff
|
tree
2020-08-17
Michael Paquier
doc: Fix description about bgwriter and checkpoint...
commit
|
commitdiff
|
tree
2020-08-15
Noah Misch
Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum...
commit
|
commitdiff
|
tree
2020-08-15
Noah Misch
Prevent concurrent SimpleLruTruncate() for any given...
commit
|
commitdiff
|
tree
2020-08-15
Tom Lane
Be more careful about the shape of hashable subplan...
commit
|
commitdiff
|
tree
2020-08-13
Alvaro Herrera
Handle new HOT chains in index-build table scans
commit
|
commitdiff
|
tree
2020-08-12
Alvaro Herrera
BRIN: Handle concurrent desummarization properly
commit
|
commitdiff
|
tree
2020-08-10
Tom Lane
Stamp 9.5.23.
REL9_5_23
commit
|
commitdiff
|
tree
2020-08-10
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2020-08-10
Tom Lane
Make contrib modules' installation scripts more secure.
commit
|
commitdiff
|
tree
2020-08-10
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2020-08-09
Tom Lane
Check for fseeko() failure in pg_dump's _tarAddFile().
commit
|
commitdiff
|
tree
2020-08-09
Tom Lane
Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23.
commit
|
commitdiff
|
tree
2020-08-08
Alvaro Herrera
walsnd: Don't set waiting_for_ping_response spuriously
commit
|
commitdiff
|
tree
2020-08-05
Bruce Momjian
doc: clarify "state" table reference in tutorial
commit
|
commitdiff
|
tree
2020-08-03
Tom Lane
Doc: fix obsolete info about allowed range of TZ offset...
commit
|
commitdiff
|
tree
2020-07-31
Tom Lane
Fix recently-introduced performance problem in ts_headl...
commit
|
commitdiff
|
tree
2020-07-30
Tatsuo Ishii
Doc: fix high availability solutions comparison.
commit
|
commitdiff
|
tree
2020-07-29
Peter Geoghegan
Backpatch tuplesort.c assertion.
commit
|
commitdiff
|
tree
2020-07-27
Michael Paquier
Fix corner case with 16kB-long decompression in pgcrypt...
commit
|
commitdiff
|
tree
2020-07-23
Tom Lane
Fix ancient violation of zlib's API spec.
commit
|
commitdiff
|
tree
2020-07-23
Peter Eisentraut
doc: Document that ssl_ciphers does not affect TLS 1.3
commit
|
commitdiff
|
tree
2020-07-23
Thomas Munro
Fix error message.
commit
|
commitdiff
|
tree
2020-07-22
Michael Paquier
Revert "Fix corner case with PGP decompression in pgcrypto"
commit
|
commitdiff
|
tree
2020-07-22
Michael Paquier
Fix corner case with PGP decompression in pgcrypto
commit
|
commitdiff
|
tree
2020-07-18
Michael Paquier
doc: Refresh more URLs in the docs
commit
|
commitdiff
|
tree
2020-07-17
Tom Lane
Ensure that distributed timezone abbreviation files...
commit
|
commitdiff
|
tree
2020-07-16
Michael Paquier
Switch pg_test_fsync to use binary mode on Windows
commit
|
commitdiff
|
tree
2020-07-16
Tom Lane
Replace use of sys_siglist[] with strsignal().
commit
|
commitdiff
|
tree
2020-07-15
Michael Paquier
Fix handling of missing files when using pg_rewind...
commit
|
commitdiff
|
tree
2020-07-14
David Rowley
Fix timing issue with ALTER TABLE's validate constraint
commit
|
commitdiff
|
tree
2020-07-14
Tom Lane
Cope with lateral references in the quals of a subquery...
commit
|
commitdiff
|
tree
2020-07-11
Tom Lane
Avoid trying to restore table ACLs and per-column ACLs...
commit
|
commitdiff
|
tree
2020-07-10
Tom Lane
Doc: update or remove dead external links.
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Tighten up Windows CRLF conversion in our TAP test...
commit
|
commitdiff
|
tree
2020-07-05
Michael Paquier
doc: Fix incorrect reference to textout in plpgsql...
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Clamp total-tuples estimates for foreign tables to...
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Fix temporary tablespaces for shared filesets some...
commit
|
commitdiff
|
tree
2020-07-03
Magnus Hagander
Fix temporary tablespaces for shared filesets
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: clarify that storage parameter values are optional
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: change pg_upgrade wal_level to be not minimal
commit
|
commitdiff
|
tree
2020-06-28
Noah Misch
Fix documentation of "must be vacuumed within" warning.
commit
|
commitdiff
|
tree
2020-06-25
Bruce Momjian
doc: mention trigger helper functions in CREATE TRIGGE...
commit
|
commitdiff
|
tree
2020-06-25
Bruce Momjian
docs: clarify that CREATE DATABASE does not copy db...
commit
|
commitdiff
|
tree
2020-06-24
Tom Lane
Fix compiler warning induced by commit d8b15eeb8.
commit
|
commitdiff
|
tree
2020-06-22
Tom Lane
Undo double-quoting of index names in non-text EXPLAIN...
commit
|
commitdiff
|
tree
2020-06-19
Alvaro Herrera
Ensure write failure reports no-disk-space
commit
|
commitdiff
|
tree
2020-06-19
Tom Lane
Future-proof regression tests against possibly-missing...
commit
|
commitdiff
|
tree
2020-06-18
Andres Freund
Fix C99isms introduced when backpatching atomics /...
commit
|
commitdiff
|
tree
2020-06-18
Andres Freund
Fix deadlock danger when atomic ops are done under...
commit
|
commitdiff
|
tree
2020-06-18
Andres Freund
Add basic spinlock tests to regression tests.
commit
|
commitdiff
|
tree
2020-06-18
Tom Lane
Doc: document POSIX-style time zone specifications...
commit
|
commitdiff
|
tree
2020-06-17
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2020-06-17
Andres Freund
spinlock emulation: Fix bug when more than INT_MAX...
commit
|
commitdiff
|
tree
2020-06-16
Tom Lane
Doc: fix copy-and-pasteo in ecpg docs.
commit
|
commitdiff
|
tree
2020-06-16
Thomas Munro
Fix buffile.c error handling.
commit
|
commitdiff
|
tree
2020-06-16
Bruce Momjian
pg_upgrade: set vacuum_defer_cleanup_age to zero
commit
|
commitdiff
|
tree
2020-06-15
Thomas Munro
Doc: Add references for SI and SSI.
commit
|
commitdiff
|
tree
2020-06-11
Bruce Momjian
doc: remove xreflabels from commits 75fcdd2ae2 and...
commit
|
commitdiff
|
tree
2020-06-11
Peter Geoghegan
Avoid update conflict out serialization anomalies.
commit
|
commitdiff
|
tree
2020-06-11
Amit Kapila
Fix typos.
commit
|
commitdiff
|
tree
2020-06-09
Andres Freund
Avoid need for valgrind suppressions for pg_atomic_init...
commit
|
commitdiff
|
tree
2020-06-08
Thomas Munro
Fix locking bugs that could corrupt pg_control.
commit
|
commitdiff
|
tree
2020-06-07
Noah Misch
MSVC: Avoid warning when testing a TAP suite without...
commit
|
commitdiff
|
tree
2020-06-06
Noah Misch
Refresh function name in CRC-associated Valgrind suppre...
commit
|
commitdiff
|
tree
2020-06-04
Michael Paquier
Fix instance of elog() called while holding a spinlock
commit
|
commitdiff
|
tree
2020-06-01
Michael Paquier
Fix use-after-release mistake in currtid() and currtid2...
commit
|
commitdiff
|
tree
2020-05-31
Andrew Dunstan
Make install-tests target work with vpath builds
commit
|
commitdiff
|
tree
2020-05-28
Joe Conway
Initialize dblink remoteConn struct in all cases
commit
|
commitdiff
|
tree
2020-05-28
Joe Conway
Add CHECK_FOR_INTERRUPTS() to the repeat() function
commit
|
commitdiff
|
tree
2020-05-25
Noah Misch
Add a temp-install prerequisite to top-level "check...
commit
|
commitdiff
|
tree
2020-05-22
Bruce Momjian
doc: suggest 1.1 as a random_page_cost value for SSDs
commit
|
commitdiff
|
tree
2020-05-21
Bruce Momjian
doc: Simplify mention of unique indexes for NULL control
commit
|
commitdiff
|
tree
2020-05-21
Michael Paquier
Fix MSVC installations with multiple "configure" files...
commit
|
commitdiff
|
tree
2020-05-20
Michael Paquier
Doc: Fix description of pg_class.relreplident
commit
|
commitdiff
|
tree
2020-05-18
Amit Kapila
Fix comment in slot.c.
commit
|
commitdiff
|
tree
2020-05-15
Tom Lane
Fix bogus initialization of replication origin shared...
commit
|
commitdiff
|
tree
2020-05-15
Alvaro Herrera
Avoid killing btree items that are already dead
commit
|
commitdiff
|
tree
2020-05-15
Bruce Momjian
docs: add xreflabel entries for autovacuum, SP-GiST...
commit
|
commitdiff
|
tree
2020-05-15
Bruce Momjian
doc: add missing xreflabels to the main docs (not...
commit
|
commitdiff
|
tree
2020-05-15
Bruce Momjian
doc: remove extra blank line at the top of SGML files
commit
|
commitdiff
|
tree
2020-05-15
Bruce Momjian
doc: make ref/*.sgml file header comment layout consistent
commit
|
commitdiff
|
tree
2020-05-14
Amit Kapila
Fix the MSVC build for versions 2015 and later.
commit
|
commitdiff
|
tree
2020-05-14
Noah Misch
Fix pg_recvlogical avoidance of superfluous Standby...
commit
|
commitdiff
|
tree
2020-05-11
Tom Lane
Stamp 9.5.22.
REL9_5_22
commit
|
commitdiff
|
tree
2020-05-11
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2020-05-10
Tom Lane
Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.
commit
|
commitdiff
|
tree
2020-05-09
Fujii Masao
Prevent archive recovery from scanning non-existent...
commit
|
commitdiff
|
tree
2020-05-08
Alvaro Herrera
pg_restore: Provide file name with one failure message
commit
|
commitdiff
|
tree
2020-05-06
Alvaro Herrera
Heed lock protocol in DROP OWNED BY
commit
|
commitdiff
|
tree
2020-05-06
Michael Paquier
Handle spaces for Python install location in MSVC scripts
commit
|
commitdiff
|
tree
2020-05-01
Tom Lane
Get rid of trailing semicolons in C macro definitions.
commit
|
commitdiff
|
tree
2020-04-25
Andrew Gierth
Fix error case for CREATE ROLE ... IN ROLE.
commit
|
commitdiff
|
tree
2020-04-24
Tom Lane
Update Windows timezone name list to include currently...
commit
|
commitdiff
|
tree
2020-04-24
Tom Lane
Improve placement of "display name" comment in win32_tz...
commit
|
commitdiff
|
tree
next