summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-124-33/+41
* Fix comment about length of text, bytea, etc.Noah Misch2017-03-121-1/+1
* Revert "Use group updates when setting transaction status in clog."Robert Haas2017-03-102-27/+0
* Enable 64 bit atomics on ARM64.Andres Freund2017-03-101-3/+4
* Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane2017-03-102-6/+7
* contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane2017-03-091-1/+1
* Make CppAsString2() more visible in c.h.Tom Lane2017-03-091-4/+3
* Use group updates when setting transaction status in clog.Robert Haas2017-03-092-0/+27
* Add a Gather Merge executor node.Robert Haas2017-03-097-0/+100
* Document intentional violations of header inclusion policy.Tom Lane2017-03-082-0/+14
* Support parallel bitmap heap scans.Robert Haas2017-03-087-1/+72
* Support XMLTABLE query expressionAlvaro Herrera2017-03-0814-1/+217
* Remove inclusion of postgres.h from a few header files.Robert Haas2017-03-082-3/+0
* tidbitmap: Support shared iteration.Robert Haas2017-03-082-1/+10
* hash: Refactor hash index creation.Robert Haas2017-03-071-4/+6
* Preparatory refactoring for parallel merge join support.Robert Haas2017-03-071-1/+3
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-073-4/+4
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-078-2/+132
* Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas2017-03-071-0/+115
* Make simplehash.h grow hashtable in additional cases.Andres Freund2017-03-061-5/+50
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-063-10/+6
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-063-21/+13
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-062-11/+11
* Use class_args field in opclass_dropPeter Eisentraut2017-03-061-1/+2
* Mark pg_start_backup and pg_stop_backup as parallel-restricted.Robert Haas2017-03-062-3/+3
* Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut2017-03-031-2/+3
* psql: Add tab completion for logical replicationPeter Eisentraut2017-03-032-1/+3
* Use asynchronous connect API in libpqwalreceiverPeter Eisentraut2017-03-031-1/+1
* Add pg_current_logfile() function.Robert Haas2017-03-033-1/+12
* Notify bgworker registrant after freeing worker slot.Robert Haas2017-03-031-0/+1
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-032-1/+9
* Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund2017-03-011-1/+1
* Fix naming inconsistencyPeter Eisentraut2017-03-012-4/+4
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-011-0/+1
* Move atooid() definition to a central placePeter Eisentraut2017-03-012-2/+4
* Reduce size of common allocation header.Andres Freund2017-02-281-22/+36
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-273-4/+11
* hash: Refactor overflow page allocation.Robert Haas2017-02-271-0/+1
* hash: Refactor bucket squeeze code.Robert Haas2017-02-272-2/+6
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-271-0/+2
* Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund2017-02-271-8/+6
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-273-1/+11
* Make useful infrastructure from aset.c generally available.Andres Freund2017-02-271-0/+48
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-264-0/+5
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-253-29/+0
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-253-3/+0
* Fix unportable definition of BSWAP64() macro.Tom Lane2017-02-241-12/+13
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-234-15/+6
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-234-106/+15
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-233-6/+3