aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Fix issues around strictness of SIMILAR TO.Tom Lane2019-09-07
* Create an API for inserting and deleting rows in TOAST tables.Robert Haas2019-09-06
* 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
* Use data directory inode number, not port, to select SysV resource keys.Tom Lane2019-09-05
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Use explicit_bzeroPeter Eisentraut2019-09-05
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Make XLogReaderInvalReadState staticAlvaro Herrera2019-09-03
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-03
* 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
* Remove obsolete nbtree page deletion comment.Peter Geoghegan2019-08-27
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Fix postmaster state machine to handle dead_end child crashes better.Tom Lane2019-08-26
* Don't rely on llvm::make_unique.Thomas Munro2019-08-25
* Explain subtlety in nbtree locking protocol.Peter Geoghegan2019-08-23
* Update SQL conformance informationPeter Eisentraut2019-08-22
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2019-08-22
* Update comments on nbtree stack struct.Peter Geoghegan2019-08-21
* Remove configure detection of crypt()Peter Eisentraut2019-08-21
* Fix typoAlvaro Herrera2019-08-21
* Clean up some SCRAM attribute processingPeter Eisentraut2019-08-20
* Fix bogus commentAlvaro Herrera2019-08-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Fix incidental warnings from cpluspluscheck.Tom Lane2019-08-18
* 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
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Remove useless bms_free() calls in build_child_join_rel().Etsuro Fujita2019-08-16
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Use a hash table to de-duplicate NOTIFY events faster.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Remove block number field from nbtree stack.Peter Geoghegan2019-08-14
* initdb: Remove obsolete locale handlingPeter Eisentraut2019-08-14
* Remove obsolete nbtree README commentary.Peter Geoghegan2019-08-13
* Use PageIndexTupleOverwrite() within nbtree.Peter Geoghegan2019-08-13
* Don't constraint-exclude partitioned tables as muchAlvaro Herrera2019-08-13
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Remove EState.es_range_table_array.Tom Lane2019-08-12
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix string comparison in jsonpathAlexander Korotkov2019-08-12