summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-03-23Expose waitforarchive option through pg_stop_backup()Stephen Frost
2017-03-22Support multiple RADIUS serversMagnus Hagander
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-22Teach xlogreader to follow timeline switchesSimon Riggs
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-21Add a direct function call mechanism using the caller's context.Andrew Dunstan
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-20Fixes for single-page hash index vacuum.Robert Haas
2017-03-20Add configure test to see if the C compiler has gcc-style computed gotos.Tom Lane
2017-03-18Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-17Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas
2017-03-16Add pg_ls_logdir() and pg_ls_waldir() functions.Robert Haas
2017-03-16Port single-page btree vacuum logic to hash indexes.Robert Haas
2017-03-15Bump catversion for MACADDR8Stephen Frost
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-14hash: Support WAL consistency checking.Robert Haas
2017-03-14Fix regression in parallel planning against inheritance tables.Robert Haas
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-14Make logging about multixact wraparound protection less chatty.Tom Lane
2017-03-14Fix failure to mark init buffers as BM_PERMANENT.Robert Haas
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-03-13Use radix tree for character encoding conversions.Heikki Linnakangas
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
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