summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-03-12Fix comment about length of text, bytea, etc.Noah Misch
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-10Enable 64 bit atomics on ARM64.Andres Freund
2017-03-10Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane
2017-03-10contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.Tom Lane
2017-03-10Make CppAsString2() more visible in c.h.Tom Lane
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Document intentional violations of header inclusion policy.Tom Lane
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Remove inclusion of postgres.h from a few header files.Robert Haas
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-03-07hash: Refactor hash index creation.Robert Haas
2017-03-07Preparatory refactoring for parallel merge join support.Robert Haas
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07Refactor SHA2 functions and move them to src/common/.Heikki Linnakangas
2017-03-06Make simplehash.h grow hashtable in additional cases.Andres Freund
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-06Use class_args field in opclass_dropPeter Eisentraut
2017-03-06Mark pg_start_backup and pg_stop_backup as parallel-restricted.Robert Haas
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-03-03psql: Add tab completion for logical replicationPeter Eisentraut
2017-03-03Use asynchronous connect API in libpqwalreceiverPeter Eisentraut
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-03Notify bgworker registrant after freeing worker slot.Robert Haas
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-03-01Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.Andres Freund
2017-03-01Fix naming inconsistencyPeter Eisentraut
2017-03-01Collect duplicate copies of oid_cmp()Peter Eisentraut
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-27hash: Refactor overflow page allocation.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-27Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-27Make useful infrastructure from aset.c generally available.Andres Freund
2017-02-26Allow custom and foreign scans to have shutdown callbacks.Robert Haas
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-24Fix unportable definition of BSWAP64() macro.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane