summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-08-14Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane
2013-08-13Emit a log message if output is about to be redirected away from stderr.Tom Lane
2013-08-05Simplify query_planner's API by having it return the top-level RelOptInfo.Tom Lane
2013-08-02Fix crash in error report of invalid tuple lockAlvaro Herrera
2013-08-01Assorted bgworker-related comment fixes.Robert Haas
2013-08-01Remove SnapshotNow and HeapTupleSatisfiesNow.Robert Haas
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-31Fix a couple of inconsequential typos in new headerAlvaro Herrera
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-07-24Improve ilist.h's support for deletion of slist elements during iteration.Tom Lane
2013-07-23Move strip_implicit_coercions() from optimizer to nodeFuncs.c.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-23Tweak FOR UPDATE/SHARE error message wording (again)Alvaro Herrera
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-20Clean up new JSON API typedefsPeter Eisentraut
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-17Fix a few problems in barrier.h.Tom Lane
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-07-13Add session_preload_libraries configuration parameterPeter Eisentraut
2013-07-09Fix memory barrier support on icc on ia64, 2nd attempt.Heikki Linnakangas
2013-07-09Add #include needed for _mm_mfence() intrinsic on ia64.Heikki Linnakangas
2013-07-08Improve scalability of WAL insertions.Heikki Linnakangas
2013-07-07Fix include-guardMagnus Hagander
2013-07-05Use posix_fallocate() for new WAL files, where available.Jeff Davis
2013-07-05Expose the estimation of number of changed tuples since last analyzeMagnus Hagander
2013-07-05Use type "int64" for memory accounting in tuplesort.c/tuplestore.c.Noah Misch
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-03Add #include to make header file independentPeter Eisentraut
2013-07-02Add support for multiple kinds of external toast datums.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-07-01Add a convenience routine makeFuncCall to reduce duplication.Robert Haas
2013-06-30Fix cpluspluscheck in checksum codePeter Eisentraut
2013-06-29Inline ginCompareItemPointers function for speed.Heikki Linnakangas
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Make the OVER keyword unreserved.Robert Haas
2013-06-28Define Trap and TrapMacro even in non-cassert builds.Robert Haas
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-24Reverting previous commit, pending investigationSimon Riggs
2013-06-24ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs