projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2018-12-05
Bernd Helmle
Fix unsupported -flto parameter for ancient clang 3...
REL_11_STABLE_clang34
commit
|
commitdiff
|
tree
2018-12-05
Michael Paquier
Fix invalid value of synchronous_commit in description...
commit
|
commitdiff
|
tree
2018-11-30
Michael Paquier
Fix various checksum check problems for pg_verify_check...
commit
|
commitdiff
|
tree
2018-11-30
Michael Paquier
Switch pg_verify_checksums back to a blacklist
commit
|
commitdiff
|
tree
2018-11-29
Tom Lane
Document handling of invalid/ambiguous timestamp input...
commit
|
commitdiff
|
tree
2018-11-29
Tom Lane
Ensure static libraries have correct mod time even...
commit
|
commitdiff
|
tree
2018-11-29
Thomas Munro
Fix minor typo in dsa.c.
commit
|
commitdiff
|
tree
2018-11-29
Michael Paquier
Fix handling of synchronous replication for stopping...
commit
|
commitdiff
|
tree
2018-11-28
Peter Geoghegan
Have BufFileSize() ereport() on FileSize() failure.
commit
|
commitdiff
|
tree
2018-11-28
Bruce Momjian
C comment: remove extra '*'
commit
|
commitdiff
|
tree
2018-11-28
Thomas Munro
Don't set PAM_RHOST for Unix sockets.
commit
|
commitdiff
|
tree
2018-11-28
Tomas Vondra
Do not decode TOAST data for table rewrites
commit
|
commitdiff
|
tree
2018-11-27
Andres Freund
Fix jit compilation bug on wide tables.
commit
|
commitdiff
|
tree
2018-11-27
Andres Freund
Fix ac218aa4f6 to work on versions before 9.5.
commit
|
commitdiff
|
tree
2018-11-27
Andres Freund
Update pg_upgrade test for reg* to include regrole...
commit
|
commitdiff
|
tree
2018-11-27
Bruce Momjian
doc: fix wording for plpgsql, add "and"
commit
|
commitdiff
|
tree
2018-11-26
Tom Lane
Fix translation of special characters in psql's LaTeX...
commit
|
commitdiff
|
tree
2018-11-26
Alvaro Herrera
Fix sample output for hash_metapage_info query
commit
|
commitdiff
|
tree
2018-11-26
Michael Paquier
Revert "Fix typo in documentation of toast storage"
commit
|
commitdiff
|
tree
2018-11-26
Michael Paquier
Fix typo in documentation of toast storage
commit
|
commitdiff
|
tree
2018-11-24
Andrew Gierth
Fix hstore hash function for empty hstores upgraded...
commit
|
commitdiff
|
tree
2018-11-24
Tom Lane
Update additional float4/8 expected-output files.
commit
|
commitdiff
|
tree
2018-11-24
Tom Lane
Fix float-to-integer coercions to handle edge cases...
commit
|
commitdiff
|
tree
2018-11-24
Andrew Gierth
Avoid crashes in contrib/intarray gist__int_ops (bug...
commit
|
commitdiff
|
tree
2018-11-23
Alvaro Herrera
Don't allow partitioned indexes in pg_global tablespace
commit
|
commitdiff
|
tree
2018-11-23
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2018-11-23
Michael Paquier
Clarify documentation about PASSWORD in CREATE/ALTER...
commit
|
commitdiff
|
tree
2018-11-22
Tom Lane
Fix another crash in json{b}_populate_recordset and...
commit
|
commitdiff
|
tree
2018-11-22
Tom Lane
Doc: rework introductory documentation about covering...
commit
|
commitdiff
|
tree
2018-11-21
Bruce Momjian
doc: adjust time zone names text, v2
commit
|
commitdiff
|
tree
2018-11-21
Bruce Momjian
doc: adjust time zone names text
commit
|
commitdiff
|
tree
2018-11-20
Peter Eisentraut
doc: Clarify CREATE TYPE ENUM documentation
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Add needed #include.
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Handle EPIPE more sanely when we close a pipe reading...
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Postpone LLVM-related uses of AC_CHECK_DECLS.
commit
|
commitdiff
|
tree
2018-11-19
Tom Lane
Fix configure's AC_CHECK_DECLS tests to work correctly...
commit
|
commitdiff
|
tree
2018-11-19
Alvaro Herrera
Disallow COPY FREEZE on partitioned tables
commit
|
commitdiff
|
tree
2018-11-19
Thomas Munro
PANIC on fsync() failure.
commit
|
commitdiff
|
tree
2018-11-19
Thomas Munro
Don't forget about failed fsync() requests.
commit
|
commitdiff
|
tree
2018-11-18
Tom Lane
Fix AC_REQUIRES breakage in LLVM autoconf tests.
commit
|
commitdiff
|
tree
2018-11-17
Tomas Vondra
Add valgrind suppressions for wcsrtombs optimizations
commit
|
commitdiff
|
tree
2018-11-15
Peter Eisentraut
Correct code comments for PartitionedRelPruneInfo struct
commit
|
commitdiff
|
tree
2018-11-15
Peter Eisentraut
Update executor documentation for run-time partition...
commit
|
commitdiff
|
tree
2018-11-15
Andres Freund
Make reformat-dat-files, reformat-dat-files VPATH safe.
commit
|
commitdiff
|
tree
2018-11-15
Amit Kapila
Fix the omission in docs.
commit
|
commitdiff
|
tree
2018-11-15
Thomas Munro
Use 64 bit type for BufFileSize().
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Doc: remove claim that all \pset format options are...
commit
|
commitdiff
|
tree
2018-11-14
Tom Lane
Second try at fixing numeric data passed through an...
commit
|
commitdiff
|
tree
2018-11-14
Michael Paquier
Initialize TransactionState and user ID consistently...
commit
|
commitdiff
|
tree
2018-11-13
Tom Lane
Fix incorrect results for numeric data passed through...
commit
|
commitdiff
|
tree
2018-11-13
Peter Eisentraut
pg_dump: Fix dumping of WITH OIDS tables
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix const correctness warning.
commit
|
commitdiff
|
tree
2018-11-13
Amit Kapila
Fix the initialization of atomic variables introduced...
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix handling of HBA ldapserver with multiple hostnames.
commit
|
commitdiff
|
tree
2018-11-13
Thomas Munro
Fix possible buffer overrun in hba.c.
commit
|
commitdiff
|
tree
2018-11-12
Tom Lane
Limit the number of index clauses considered in choose_...
commit
|
commitdiff
|
tree
2018-11-12
Michael Paquier
Fix incorrect author name in release notes
commit
|
commitdiff
|
tree
2018-11-10
Andres Freund
docs: Adapt wal_segment_size docs to fc49e24fa69.
commit
|
commitdiff
|
tree
2018-11-10
Tom Lane
Fix error-cleanup mistakes in exec_stmt_call().
commit
|
commitdiff
|
tree
2018-11-10
Tom Lane
Fix missing role dependencies for some schema and type...
commit
|
commitdiff
|
tree
2018-11-09
Michael Paquier
Fix dependency handling of partitions and inheritance...
commit
|
commitdiff
|
tree
2018-11-08
Tom Lane
Disallow setting client_min_messages higher than ERROR.
commit
|
commitdiff
|
tree
2018-11-08
Alvaro Herrera
Revise attribute handling code on partition creation
commit
|
commitdiff
|
tree
2018-11-06
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2018-11-06
Tom Lane
Disable recheck_on_update optimization to avoid crashes.
commit
|
commitdiff
|
tree
2018-11-06
Bruce Momjian
GUC: adjust effective_cache_size SQL descriptions
commit
|
commitdiff
|
tree
2018-11-06
Tom Lane
Rename rbtree.c functions to use "rbt" prefix not ...
commit
|
commitdiff
|
tree
2018-11-05
Tom Lane
Stamp 11.1.
commit
|
commitdiff
|
tree
2018-11-05
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2018-11-05
Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a...
commit
|
commitdiff
|
tree
2018-11-05
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2018-11-05
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2018-11-05
Michael Paquier
Block creation of partitions with open references to...
commit
|
commitdiff
|
tree
2018-11-05
Michael Paquier
Ignore partitioned tables when processing ON COMMIT...
commit
|
commitdiff
|
tree
2018-11-04
Tom Lane
Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20...
commit
|
commitdiff
|
tree
2018-11-04
Tom Lane
Fix ExecuteCallStmt to not scribble on the passed-in...
commit
|
commitdiff
|
tree
2018-11-04
Tom Lane
Fix bugs in plpgsql's handling of CALL argument lists.
commit
|
commitdiff
|
tree
2018-11-04
Tom Lane
Fix unused-variable warning.
commit
|
commitdiff
|
tree
2018-11-03
Andres Freund
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operatio...
commit
|
commitdiff
|
tree
2018-11-03
Andres Freund
Fix STRICT check for strict aggregates with NULL ORDER...
commit
|
commitdiff
|
tree
2018-11-03
Tom Lane
Make ts_locale.c's character-type functions cope with...
commit
|
commitdiff
|
tree
2018-11-03
Alvaro Herrera
Fix tablespace handling for partitioned indexes
commit
|
commitdiff
|
tree
2018-11-03
Stephen Frost
Remove extra word from create sub docs
commit
|
commitdiff
|
tree
2018-11-02
Tom Lane
Yet further rethinking of build changes for macOS Mojave.
commit
|
commitdiff
|
tree
2018-11-02
Thomas Munro
Fix NULL handling in multi-batch Parallel Hash Left...
commit
|
commitdiff
|
tree
2018-11-02
Bruce Momjian
docs: adjust simpler language for NULL return from...
commit
|
commitdiff
|
tree
2018-11-02
Bruce Momjian
GUC: adjust effective_cache_size docs and SQL description
commit
|
commitdiff
|
tree
2018-11-02
Magnus Hagander
Fix some spelling errors in the documentation
commit
|
commitdiff
|
tree
2018-11-02
Bruce Momjian
doc: use simpler language for NULL return from ANY/ALL
commit
|
commitdiff
|
tree
2018-11-01
Andres Freund
Fix error message typo introduced 691d79a07933.
commit
|
commitdiff
|
tree
2018-11-01
Peter Geoghegan
Adjust trace_sort log messages.
commit
|
commitdiff
|
tree
2018-10-31
Andres Freund
Disallow starting server with insufficient wal_level...
commit
|
commitdiff
|
tree
2018-10-31
Tom Lane
Fix memory leak in repeated SPGIST index scans.
commit
|
commitdiff
|
tree
2018-10-31
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2018-10-31
Tom Lane
Update time zone data files to tzdata release 2018g.
commit
|
commitdiff
|
tree
2018-10-30
Tom Lane
Fix interaction of CASE and ArrayCoerceExpr.
commit
|
commitdiff
|
tree
2018-10-29
Magnus Hagander
Fix missing whitespace in pg_dump ref page
commit
|
commitdiff
|
tree
2018-10-29
Peter Eisentraut
pg_restore: Augment documentation for -N option
commit
|
commitdiff
|
tree
2018-10-29
Thomas Munro
Remove incorrect comment in dshash.c.
commit
|
commitdiff
|
tree
2018-10-28
Andrew Dunstan
Fix perl searchpath for modern perl for MSVC tools
commit
|
commitdiff
|
tree
next