aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Update leakproofness markings on some btree comparison functions.Tom Lane2018-12-31
* Remove some useless codeAlvaro Herrera2018-12-31
* Add a hash opclass for type "tid".Tom Lane2018-12-30
* Support parameterized TidPaths.Tom Lane2018-12-30
* Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.hMichael Paquier2018-12-29
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-27
* 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
* Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane2018-12-20
* 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
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Include partitioned indexes to system view pg_indexesMichael Paquier2018-12-18
* Drop support for getting signal descriptions from sys_siglist[].Tom Lane2018-12-17
* Fix tablespace handling for partitioned tablesAlvaro Herrera2018-12-17
* Modernize our code for looking up descriptive strings for Unix signals.Tom Lane2018-12-16
* Improve detection of child-process SIGPIPE failures.Tom Lane2018-12-16
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Introduce new extended routines for FDW and foreign server lookupsMichael Paquier2018-12-14
* Create a separate oid range for oids assigned by genbki.pl.Andres Freund2018-12-13
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane2018-12-12
* Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier2018-12-09
* Cleanup comments in xlog compressionStephen Frost2018-12-06
* Add log_statement_sample_rate parameterAlvaro Herrera2018-11-29
* Add CSV table output mode in psql.Tom Lane2018-11-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* instr_time.h: add INSTR_TIME_SET_CURRENT_LAZYAlvaro Herrera2018-11-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Improve description of buffer used to store records in WAL readerMichael Paquier2018-11-21
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane2018-11-17
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15