summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-07Ensure ThisTimeLineID is valid before START_REPLICATIONSimon Riggs
2017-03-07Add regression tests for passwords.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-07pg_dump: Properly handle public schema ACLs with --cleanStephen Frost
2017-03-07Repair incorrect pg_dump labeling for some comments and security labels.Tom Lane
2017-03-06Make simplehash.h grow hashtable in additional cases.Andres Freund
2017-03-06pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost
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-06Enhance docs for ALTER TABLE lock levels of storage parmsSimon Riggs
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-03doc: Put callouts in SQL commentsPeter 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-02Correct old release note itemPeter Eisentraut
2017-03-02Update documentation of tsquery_phrase().Tom Lane
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-01Create <sect3> in the functions-xml sectionAlvaro Herrera
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