aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Deduplicate code between slot_getallattrs() and slot_getsomeattrs().Andres Freund2018-08-23
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* Use the built-in float datatypes to implement geometric typesTomas Vondra2018-08-16
* Remove duplicate function declarations.Tom Lane2018-08-14
* Remove obsolete linux dynloader codePeter Eisentraut2018-08-13
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane2018-08-12
* Produce compiler errors if errno is referenced inside elog/ereport calls.Tom Lane2018-08-11
* Distinguish printf-like functions that support %m from those that don't.Tom Lane2018-08-11
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Add missing header include to pmsignal.h.Thomas Munro2018-08-02
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix typo in file identification and copyright yearAlvaro Herrera2018-07-31
* Add ssl_library preset parameterPeter Eisentraut2018-07-30
* Fix two oversights from 9ebe0572 which refactored cluster_relMichael Paquier2018-07-29
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Refactor geometric functions and operatorsTomas Vondra2018-07-29
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Use setproctitle_fast() to update the ps status, if available.Thomas Munro2018-07-24
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Bump catalog version for recent toast table additionsMichael Paquier2018-07-20
* Add toast tables to most system catalogsMichael Paquier2018-07-20
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* Mark built-in btree comparison functions as leakproof where it's safe.Tom Lane2018-07-11
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Use signals for postmaster death on FreeBSD.Thomas Munro2018-07-11
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Fix typosPeter Eisentraut2018-07-10
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Add UtilityReturnsTuples() support for CALLPeter Eisentraut2018-07-09
* Fix typoPeter Eisentraut2018-07-05
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02