summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-03-08Fix connection leak in DROP SUBSCRIPTION command, take 2.Fujii Masao
2017-03-08Fix parallel index and index-only scans to fall back to serial.Robert Haas
2017-03-08tidbitmap: Support shared iteration.Robert Haas
2017-03-08Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAMEPeter Eisentraut
2017-03-07hash: Refactor hash index creation.Robert Haas
2017-03-07Improve postgresql.conf.sample comments about parallel workers.Robert Haas
2017-03-07Properly initialize variable.Robert Haas
2017-03-07Consider parallel merge joins.Robert Haas
2017-03-07Fix relcache reference leak.Robert Haas
2017-03-07Fix wrong word in comment.Robert Haas
2017-03-07Remove vestigial grammar support for CHARACTER ... CHARACTER SET option.Tom Lane
2017-03-07Preparatory refactoring for parallel merge join support.Robert Haas
2017-03-07Fix parallel hash join path search.Robert Haas
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Ensure ThisTimeLineID is valid before START_REPLICATIONSimon Riggs
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
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-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-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 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-01hash: Refactor and clean up bucket split code.Robert Haas
2017-03-01Fix assertion failure due to over-eager code deduplication.Andres Freund