summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-29Fix pg_stat_ssl.clientdnPeter Eisentraut
2019-01-29Add tests for pg_stat_ssl system viewPeter Eisentraut
2019-01-29Make SSL tests more robustPeter Eisentraut
2019-01-29Use catalog query to discover tables to process in vacuumdbMichael Paquier
2019-01-29Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund
2019-01-29Revert "Move page initialization from RelationAddExtraBlocks() to use."Andres Freund
2019-01-28Fix race condition between relation extension and vacuum.Andres Freund
2019-01-28Separate per-batch and per-tuple memory contexts in COPYTomas Vondra
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-28Install JIT related headers.Andres Freund
2019-01-28Move page initialization from RelationAddExtraBlocks() to use.Andres Freund
2019-01-28psql: Remove unused tab completion queryPeter Eisentraut
2019-01-28Add tab completion for ALTER INDEX ALTER COLUMN in psqlMichael Paquier
2019-01-28Revert "Avoid creation of the free space map for small heap relations."Amit Kapila
2019-01-28Avoid creation of the free space map for small heap relations.Amit Kapila
2019-01-28In bootstrap mode, don't allow the creation of files if they don't alreadyAmit Kapila
2019-01-27Add TAP tests for vacuumdb with column listsMichael Paquier
2019-01-27Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-26Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane
2019-01-26Make regression test output locale-independentPeter Eisentraut
2019-01-26Allow UNLISTEN in hot-standby mode.Tom Lane
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-25SQL comment: remove extra word in heading commentBruce Momjian
2019-01-25Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.Tom Lane
2019-01-25Teach nulltestsel() that system columns are never NULL.Tom Lane
2019-01-25Fix possibly-uninitialized-variable warning from commit 9556aa01c.Tom Lane
2019-01-25Use single-byte Boyer-Moore-Horspool search even with multibyte encodings.Heikki Linnakangas
2019-01-25Fix comments that claimed that mblen() only looks at first byte.Heikki Linnakangas
2019-01-25Allow generalized expression syntax for partition boundsPeter Eisentraut
2019-01-24Remove _configthreadlocale() calls in ecpg test suite.Tom Lane
2019-01-24Remove infinite-loop hazards in ecpg test suite.Tom Lane
2019-01-24PL/pgSQL: Add statement ID to statement structuresPeter Eisentraut
2019-01-24Fix whitespacePeter Eisentraut
2019-01-24Fix droppability of constraints upon partition detachAlvaro Herrera
2019-01-24Fix portability problem in pgbench.Tom Lane
2019-01-24Simplify coding to detach constraints when detaching partitionAlvaro Herrera
2019-01-24Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane
2019-01-24Detach constraints when partitions are detachedAlvaro Herrera
2019-01-23Remove argument isprimary from index_build()Michael Paquier
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-23Fix typo in pgbench.cMichael Paquier
2019-01-23Make vacuumdb test regex more modular for its query outputMichael Paquier
2019-01-22Fix handling of volatile expressions in COPY FROM ... WHERETomas Vondra
2019-01-22llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund
2019-01-22Rename RelationData.rd_amroutine to rd_indam.Andres Freund
2019-01-22Rephrase references to "time qualification".Andres Freund