aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Selectively include window frames in expression walks/mutates.Andrew Gierth2019-10-03
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-30
* jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.Andres Freund2019-09-29
* Fix determination when slot types for upper executor nodes are fixed.Andres Freund2019-09-29
* Translation updatesPeter Eisentraut2019-09-29
* Fix compilation with older OpenSSL versionsPeter Eisentraut2019-09-28
* Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane2019-09-25
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-25
* Translation updatesPeter Eisentraut2019-09-23
* Message style fixesPeter Eisentraut2019-09-23
* Fix failure to zero-pad the result of bitshiftright().Tom Lane2019-09-22
* Fix typo in tts_virtual_copyslot.Tom Lane2019-09-22
* Straighten out leakproofness markings on text comparison functions.Tom Lane2019-09-21
* Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane2019-09-21
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Fix progress report of REINDEX INDEXAlvaro Herrera2019-09-20
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* GSSAPI error message improvementsPeter Eisentraut2019-09-19
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Fix bogus sizeof calculations.Tom Lane2019-09-15
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Translation updatesPeter Eisentraut2019-09-09
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* When performing a base backup, check for read errors.Robert Haas2019-09-06
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Don't rely on llvm::make_unique.Thomas Munro2019-08-25
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-22
* Fix typoAlvaro Herrera2019-08-21
* Fix bogus commentAlvaro Herrera2019-08-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Add default_table_access_method to postgresql.conf.sample.Andres Freund2019-08-16