projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2019-09-03
Michael Paquier
Fix memory leak with lower, upper and initcap with...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
Tom Lane
Avoid touching replica identity index in ExtractReplica...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-02
Tom Lane
Handle corner cases correctly in psql's reconnection...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-31
Tom Lane
Doc: describe the "options" allowed in an ECPG connecti...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-30
Tom Lane
Doc: remove some long-obsolete information from install...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Etsuro Fujita
Fix typos in regression test comments.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Heikki Linnakangas
Fix overflow check and comment in GIN posting list...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Thomas Munro
Avoid catalog lookups in RelationAllowsEarlyPruning().
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Michael Paquier
Disable timeouts when running pg_rewind with online...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Tom Lane
Doc: improve documentation of pg_signal_backend default...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Tom Lane
Improve what pg_strsignal prints if we haven't got...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Tom Lane
Doc: clarify behavior of standard aggregates for null...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Tom Lane
Reject empty names and recursion in config-file include...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-27
Michael Paquier
Fix failure of --jobs with vacuumdb on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Peter Eisentraut
Fix gettext triggers specification
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Andrew Dunstan
Adjust to latest Msys2 kernel release number
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Andrew Dunstan
Treat MINGW and MSYS the same in pg_upgrade test script
commit
|
commitdiff
|
tree
|
snapshot
2019-08-26
Michael Paquier
Fix error handling of vacuumdb when running out of fds
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Tom Lane
Avoid platform-specific null pointer dereference in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Tom Lane
Back off output precision in circle.sql regression...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-25
Thomas Munro
Don't rely on llvm::make_unique.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
Michael Paquier
Improve documentation of pageinspect
commit
|
commitdiff
|
tree
|
snapshot
2019-08-23
Bruce Momjian
doc: PG 12 relnotes, correct pg_stat_database.datoid...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Peter Eisentraut
Fixes for "Glyph not available" warnings from FOP
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Peter Eisentraut
Add list of acknowledgments to release notes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Peter Eisentraut
Make SQL/JSON error code names match SQL standard
commit
|
commitdiff
|
tree
|
snapshot
2019-08-22
Michael Paquier
Doc: Remove mention to "Visual Studio Express 2019"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-21
Alvaro Herrera
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
Alvaro Herrera
Fix bogus comment
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
Michael Paquier
Doc: Fix various typos
commit
|
commitdiff
|
tree
|
snapshot
2019-08-20
Michael Paquier
Doc: Improve wording of multiple places in documentation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Tom Lane
Restore json{b}_populate_record{set}'s ability to take...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Peter Eisentraut
doc: Fix image use in PDF build with vpath
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Tom Lane
Disallow changing an inherited column's type if not...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Andres Freund
Add default_table_access_method to postgresql.conf...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Tom Lane
Prevent possible double-free when update trigger return...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Tom Lane
Fix plpgsql to re-look-up composite type names at need.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-15
Tom Lane
Doc: improve documentation about postgresql.auto.conf.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Tom Lane
Fix ALTER SYSTEM to cope with duplicate entries in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-14
Michael Paquier
Fix random regression failure in test case "collate...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Tom Lane
Un-break pg_dump for pre-8.3 source servers.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Michael Paquier
Fix random regression failure in test case "temp"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Peter Geoghegan
amcheck: Skip unlogged relations during recovery.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Tom Lane
Fix planner's test for case-foldable characters in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Alexander Korotkov
Fix string comparison in jsonpath
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Alexander Korotkov
Adjust string comparison in jsonpath
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Tom Lane
Fix "ANALYZE t, t" inside a transaction block.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Tom Lane
Fix SIGSEGV in pruning for ScalarArrayOp with constant...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alvaro Herrera
Clarify the default partition's role
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Andrew Dunstan
Fix certificate subjects in ldap test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Tom Lane
Doc: document permissions required for ANALYZE.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Alexander Korotkov
Fix some typos in jsonpath documentation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Etsuro Fujita
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Heikki Linnakangas
Fix predicate-locking of HOT updated rows.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Michael Paquier
Fix some incorrect parsing of time with time zone strings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Tom Lane
Fix intarray's GiST opclasses to not fail for empty...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Tom Lane
Save Kerberos and LDAP daemon logs where the buildfarm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Tom Lane
Stamp 12beta3.
REL_12_BETA3
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Tom Lane
Fix choice of comparison operators for cross-type hashe...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Noah Misch
Require the schema qualification in pg_temp.type_name...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Michael Paquier
Fix tab completion for ALTER LANGUAGE in psql
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Tom Lane
Adjust v12 release notes for reversion of log_statement...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Tomas Vondra
Revert "Add log_statement_sample_rate parameter"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Tomas Vondra
Revert "Silence compiler warning"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Tom Lane
Fix handling of "undef" in contrib/jsonb_plperl.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Tom Lane
Avoid picking already-bound TCP ports in kerberos and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Alvaro Herrera
Improve pruning of a default partition
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Alvaro Herrera
Make relnote item wording consistent
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Andres Freund
Fix representation of hash keys in Hash/HashJoin nodes.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Michael Paquier
Fix handling of previous password hooks in passwordcheck
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Tom Lane
Fix pg_dump's handling of dependencies for custom opcla...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Andres Freund
Remove superfluous newlines in function prototypes.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Heikki Linnakangas
Allow table AM's to use rd_amcache, too.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Heikki Linnakangas
Print WAL position correctly in pg_rewind error message.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Tomas Vondra
Don't build extended statistics on inheritance trees
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
Tom Lane
Fix busted logic for parallel lock grouping in TopoSort().
commit
|
commitdiff
|
tree
|
snapshot
2019-07-29
Michael Paquier
Fix handling of expressions and predicates in REINDEX...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-28
Thomas Munro
Avoid macro clash with LLVM 9.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-28
Michael Paquier
Doc: Fix event trigger firing table
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
Peter Eisentraut
pg_upgrade: Update obsolescent documentation note
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Alvaro Herrera
Don't uselessly escape a string that doesn't need escaping
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Tom Lane
Tweak our special-case logic for the IANA "Factory...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Tom Lane
Avoid choosing "localtime" or "posixrules" as TimeZone...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Tom Lane
Fix loss of fractional digits for large values in cash_...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Bruce Momjian
doc: PG 12 relnotes - add item about amcheck index...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Bruce Momjian
doc: PG 12 relnotes, add item - pg_test_fsync fix...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Thomas Munro
Fix LDAP test instability.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Andres Freund
Add missing (COSTS OFF) to EXPLAIN added in previous...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Andres Freund
Fix slot type handling for Agg nodes performing interna...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Tom Lane
Fix syntax error in commit 20e99cddd.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Tom Lane
Fix failures to ignore \r when reading Windows-style...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Andrew Dunstan
Honor MSVC WindowsSDKVersion if set
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Tom Lane
Fix contrib/sepgsql test policy to work with latest...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Andres Freund
Fix system column accesses in ON CONFLICT ... RETURNING.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Michael Paquier
Fix failure with pgperlcritic from the TAP test of...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Tom Lane
Fix infelicities in describeOneTableDetails' partitione...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Heikki Linnakangas
Use full 64-bit XID for checking if a deleted GiST...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Heikki Linnakangas
Refactor checks for deleted GiST pages.
commit
|
commitdiff
|
tree
|
snapshot
next