summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-06Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane
2017-03-06Combine several DROP variants into generic DropStmtPeter Eisentraut
2017-03-06Allow dropping multiple functions at oncePeter Eisentraut
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-06Fix incorrect comments.Robert Haas
2017-03-06Mark pg_start_backup and pg_stop_backup as parallel-restricted.Robert Haas
2017-03-06Fix user-after-free bug.Robert Haas
2017-03-06Reorder the asynchronous libpq calls for replication connectionPeter Eisentraut
2017-03-06Reduce lock levels for table storage params related to planningSimon Riggs
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-03-04In rebuild_relation(), don't access an already-closed relcache entry.Tom Lane
2017-03-04pg_dump: Fix orderingPeter Eisentraut
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-03-04Fix parsing of DROP SUBSCRIPTION ... DROP SLOTPeter Eisentraut
2017-03-04Fix two recently introduced grammar errors in mmgr/README.Andres Freund
2017-03-03Fix typoPeter Eisentraut
2017-03-03psql: Add tab completion for logical replicationPeter Eisentraut
2017-03-03Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut
2017-03-03Fix after trigger execution in logical replicationPeter Eisentraut
2017-03-03Use asynchronous connect API in libpqwalreceiverPeter Eisentraut
2017-03-03Allow vacuums to report oldestxminSimon Riggs
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-02Refactor bitmap heap scan in preparation for parallel support.Robert Haas
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2017-03-02Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.Robert Haas
2017-03-02Handle unaligned SerializeSnapshot() buffer.Noah Misch
2017-03-01Fix timeouts in PostgresNode::psqlPeter Eisentraut
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-01psql: Add tab completion for DEALLOCATEPeter Eisentraut
2017-03-01hash: Refactor and clean up bucket split code.Robert Haas
2017-03-01Fix assertion failure due to over-eager code deduplication.Andres Freund
2017-03-01Overhaul memory management README.Andres Freund
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-28Use proper enum constants for LockWaitPolicyPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
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-27Remove PL/Tcl's "module" facility.Tom Lane
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