aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix missing values when doing ALTER TABLE ALTER COLUMN TYPEAndrew Dunstan2019-01-10
* Fix C++ compile failures in headers.Tom Lane2019-01-10
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Fix grammar mistakes in md.cMichael Paquier2019-01-10
* Reduce the size of the fmgr_builtin_oid_index[] array.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04
* Rename macro to RELKIND_HAS_STORAGEAlvaro Herrera2019-01-04
* Move the built-in conversions into the initial catalog data.Tom Lane2019-01-03
* Use symbolic references for pg_language OIDs in the bootstrap data.Tom Lane2019-01-03
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-02
* Ensure link commands list *.o files before LDFLAGS.Tom Lane2019-01-02
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Improve comments and logs in do_pg_stop/start_backupMichael Paquier2019-01-01
* Remove some useless codeAlvaro Herrera2018-12-31
* Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.Tom Lane2018-12-31
* Change "checkpoint starting" message to use "wal"Peter Eisentraut2018-12-30
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Support parameterized TidPaths.Tom Lane2018-12-30
* Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.Tom Lane2018-12-30
* Use pg_strong_random() to select each server process's random seed.Tom Lane2018-12-29
* Use a separate random seed for SQL random()/setseed() functions.Tom Lane2018-12-29
* Fix thinko in previous commitAlvaro Herrera2018-12-28
* Rewrite ExecPartitionCheckEmitError for clarityAlvaro Herrera2018-12-28
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* Ignore inherited temp relations from other sessions when truncatingMichael Paquier2018-12-27
* Fix failure to check for open() or fsync() failures.Tom Lane2018-12-26
* Prioritize history files when archivingMichael Paquier2018-12-24
* Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier2018-12-23
* Add WRITE_*_ARRAY macrosPeter Eisentraut2018-12-22
* Add some const decorationsPeter Eisentraut2018-12-22
* Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov2018-12-21
* Base information_schema.sql_identifier domain on name, not varchar.Tom Lane2018-12-20
* Avoid producing over-length specific_name outputs in information_schema.Tom Lane2018-12-20
* Fix lock level used for partition when detaching itAlvaro Herrera2018-12-20
* DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera2018-12-20
* Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark2018-12-19
* Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane2018-12-19
* Make type "name" collation-aware.Tom Lane2018-12-19
* Remove function names from error messagesAlvaro Herrera2018-12-19
* Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane2018-12-19
* Remove obsolete nbtree duplicate entries comment.Peter Geoghegan2018-12-18
* Correct obsolete nbtree recovery comments.Peter Geoghegan2018-12-18
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Fix ancient thinko in mergejoin cost estimation.Tom Lane2018-12-18
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-18
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-17