2017-03-07 |
Heikki Linnakangas | Add regression tests for passwords. |
commit | commitdiff | tree |
2017-03-07 |
Heikki Linnakangas | Support SCRAM-SHA-256 authentication (RFC 5802 and... |
commit | commitdiff | tree |
2017-03-07 |
Heikki Linnakangas | Refactor SHA2 functions and move them to src/common/. |
commit | commitdiff | tree |
2017-03-07 |
Stephen Frost | pg_dump: Properly handle public schema ACLs with -... |
commit | commitdiff | tree |
2017-03-07 |
Tom Lane | Repair incorrect pg_dump labeling for some comments... |
commit | commitdiff | tree |
2017-03-06 |
Andres Freund | Make simplehash.h grow hashtable in additional cases. |
commit | commitdiff | tree |
2017-03-06 |
Stephen Frost | pg_upgrade: Fix large object COMMENTS, SECURITY LABELS |
commit | commitdiff | tree |
2017-03-06 |
Tom Lane | Avoid dangling pointer to relation name in RLS code... |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Combine several DROP variants into generic DropStmt |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Allow dropping multiple functions at once |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Replace LookupFuncNameTypeNames() with LookupFuncWithArgs() |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Remove objname/objargs split for referring to objects |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Add operator_with_argtypes grammar rule |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Use class_args field in opclass_drop |
commit | commitdiff | tree |
2017-03-06 |
Robert Haas | Fix incorrect comments. |
commit | commitdiff | tree |
2017-03-06 |
Robert Haas | Mark pg_start_backup and pg_stop_backup as parallel... |
commit | commitdiff | tree |
2017-03-06 |
Robert Haas | Fix user-after-free bug. |
commit | commitdiff | tree |
2017-03-06 |
Peter Eisentraut | Reorder the asynchronous libpq calls for replication... |
commit | commitdiff | tree |
2017-03-06 |
Simon Riggs | Enhance docs for ALTER TABLE lock levels of storage... |
commit | commitdiff | tree |
2017-03-06 |
Simon Riggs | Reduce lock levels for table storage params related... |
commit | commitdiff | tree |
2017-03-06 |
Simon Riggs | Allow partitioned tables to be dropped without CASCADE |
commit | commitdiff | tree |
2017-03-04 |
Tom Lane | In rebuild_relation(), don't access an already-closed... |
commit | commitdiff | tree |
2017-03-04 |
Peter Eisentraut | pg_dump: Fix ordering |
commit | commitdiff | tree |
2017-03-04 |
Peter Eisentraut | Disallow CREATE/DROP SUBSCRIPTION in transaction block |
commit | commitdiff | tree |
2017-03-04 |
Peter Eisentraut | Fix parsing of DROP SUBSCRIPTION ... DROP SLOT |
commit | commitdiff | tree |
2017-03-04 |
Andres Freund | Fix two recently introduced grammar errors in mmgr... |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | doc: Put callouts in SQL comments |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | psql: Add tab completion for logical replication |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | Fix after trigger execution in logical replication |
commit | commitdiff | tree |
2017-03-03 |
Peter Eisentraut | Use asynchronous connect API in libpqwalreceiver |
commit | commitdiff | tree |
2017-03-03 |
Simon Riggs | Allow vacuums to report oldestxmin |
commit | commitdiff | tree |
2017-03-03 |
Robert Haas | Add pg_current_logfile() function. |
commit | commitdiff | tree |
2017-03-03 |
Robert Haas | Notify bgworker registrant after freeing worker slot. |
commit | commitdiff | tree |
2017-03-03 |
Robert Haas | Improve error reporting for tuple-routing failures. |
commit | commitdiff | tree |
2017-03-02 |
Peter Eisentraut | Correct old release note item |
commit | commitdiff | tree |
2017-03-02 |
Tom Lane | Update documentation of tsquery_phrase(). |
commit | commitdiff | tree |
2017-03-02 |
Robert Haas | Refactor bitmap heap scan in preparation for parallel... |
commit | commitdiff | tree |
2017-03-02 |
Robert Haas | Don't uselessly rewrite, truncate, VACUUM, or ANALYZE... |
commit | commitdiff | tree |
2017-03-02 |
Robert Haas | Update comments overlooked by 2f5c9d9c9cec436e55847ec58... |
commit | commitdiff | tree |
2017-03-02 |
Noah Misch | Handle unaligned SerializeSnapshot() buffer. |
commit | commitdiff | tree |
2017-03-01 |
Alvaro Herrera | Create <sect3> in the functions-xml section |
commit | commitdiff | tree |
2017-03-01 |
Peter Eisentraut | Fix timeouts in PostgresNode::psql |
commit | commitdiff | tree |
2017-03-01 |
Andres Freund | Fix s/ITERTOR/ITERATOR/ typo in simplehash.h. |
commit | commitdiff | tree |
2017-03-01 |
Peter Eisentraut | Fix naming inconsistency |
commit | commitdiff | tree |
2017-03-01 |
Peter Eisentraut | Collect duplicate copies of oid_cmp() |
commit | commitdiff | tree |
2017-03-01 |
Peter Eisentraut | Move atooid() definition to a central place |
commit | commitdiff | tree |
2017-03-01 |
Peter Eisentraut | psql: Add tab completion for DEALLOCATE |
commit | commitdiff | tree |
2017-03-01 |
Robert Haas | hash: Refactor and clean up bucket split code. |
commit | commitdiff | tree |
2017-03-01 |
Andres Freund | Fix assertion failure due to over-eager code deduplication. |
commit | commitdiff | tree |
2017-03-01 |
Andres Freund | Overhaul memory management README. |
commit | commitdiff | tree |
2017-03-01 |
Andres Freund | Reduce size of common allocation header. |
commit | commitdiff | tree |
2017-02-28 |
Peter Eisentraut | Use proper enum constants for LockWaitPolicy |
commit | commitdiff | tree |
2017-02-28 |
Magnus Hagander | Fix incorrect variable datatype |
commit | commitdiff | tree |
2017-02-27 |
Tom Lane | Allow index AMs to return either HeapTuple or IndexTupl... |
commit | commitdiff | tree |
2017-02-27 |
Robert Haas | hash: Refactor overflow page allocation. |
commit | commitdiff | tree |
2017-02-27 |
Robert Haas | hash: Refactor bucket squeeze code. |
commit | commitdiff | tree |
2017-02-27 |
Tom Lane | Remove PL/Tcl's "module" facility. |
commit | commitdiff | tree |
2017-02-27 |
Peter Eisentraut | chomp PQerrorMessage() in backend uses |
commit | commitdiff | tree |
2017-02-27 |
Andres Freund | Use the new "Slab" context for some allocations in... |
commit | commitdiff | tree |
2017-02-27 |
Andres Freund | Add "Slab" MemoryContext implementation for efficient... |
commit | commitdiff | tree |
2017-02-27 |
Andres Freund | Make useful infrastructure from aset.c generally available. |
commit | commitdiff | tree |
2017-02-26 |
Magnus Hagander | Add missing progname prefix to some messages |
commit | commitdiff | tree |
2017-02-26 |
Magnus Hagander | Clarify the role of checkpoint at the begininng of... |
commit | commitdiff | tree |
2017-02-26 |
Robert Haas | TAP tests for target_session_attrs connection parameter. |
commit | commitdiff | tree |
2017-02-26 |
Robert Haas | Basic tab completion for partitioning. |
commit | commitdiff | tree |
2017-02-26 |
Robert Haas | Allow custom and foreign scans to have shutdown callbacks. |
commit | commitdiff | tree |
2017-02-25 |
Tom Lane | Put back #include <windows.h> in dirmod.c. |
commit | commitdiff | tree |
2017-02-25 |
Tom Lane | Remove some configure header-file checks that we weren... |
commit | commitdiff | tree |
2017-02-25 |
Tom Lane | Remove useless duplicate inclusions of system header... |
commit | commitdiff | tree |
2017-02-25 |
Bruce Momjian | pg_upgrade docs: clarify instructions on standby exten... |
commit | commitdiff | tree |
2017-02-24 |
Tom Lane | Suppress compiler warnings in ecpg test on newer Window... |
commit | commitdiff | tree |
2017-02-24 |
Tom Lane | Fix unportable definition of BSWAP64() macro. |
commit | commitdiff | tree |
2017-02-24 |
Robert Haas | Make tablesample work with partitioned tables. |
commit | commitdiff | tree |
2017-02-24 |
Tom Lane | Add an Assert that enum_cmp_internal() gets passed... |
commit | commitdiff | tree |
2017-02-23 |
Tom Lane | Consistently declare timestamp variables as TimestampTz. |
commit | commitdiff | tree |
2017-02-23 |
Tom Lane | Remove now-dead code for !HAVE_INT64_TIMESTAMP. |
commit | commitdiff | tree |
2017-02-23 |
Tom Lane | Remove pg_control's enableIntTimes field. |
commit | commitdiff | tree |
2017-02-23 |
Tom Lane | De-support floating-point timestamps. |
commit | commitdiff | tree |
2017-02-23 |
Peter Eisentraut | Fix logical replication with different encodings |
commit | commitdiff | tree |
2017-02-23 |
Peter Eisentraut | Remove deprecated COMMENT ON RULE syntax |
commit | commitdiff | tree |
2017-02-22 |
Tom Lane | Fix contrib/pg_trgm's extraction of trigrams from regul... |
commit | commitdiff | tree |
2017-02-22 |
Andrew Dunstan | Correctly handle array pseudotypes in to_json and to_jsonb |
commit | commitdiff | tree |
2017-02-22 |
Robert Haas | Pass the source text for a parallel query to the workers. |
commit | commitdiff | tree |
2017-02-22 |
Robert Haas | Fix incorrect typecast. |
commit | commitdiff | tree |
2017-02-22 |
Robert Haas | Shut down Gather's children before shutting down Gather... |
commit | commitdiff | tree |
2017-02-22 |
Robert Haas | doc: Add missing comma. |
commit | commitdiff | tree |
2017-02-21 |
Tom Lane | Suppress unused-variable warning. |
commit | commitdiff | tree |
2017-02-21 |
Tom Lane | Fix sloppy handling of corner-case errors in fd.c. |
commit | commitdiff | tree |
2017-02-21 |
Alvaro Herrera | Add tests for two-phase commit |
commit | commitdiff | tree |
2017-02-21 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2017-02-21 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
2017-02-21 |
Fujii Masao | Fix connection leak in DROP SUBSCRIPTION command. |
commit | commitdiff | tree |
2017-02-21 |
Fujii Masao | Make walsender always initialize the buffers. |
commit | commitdiff | tree |
2017-02-21 |
Fujii Masao | Remove confusing comment about unsupported feature. |
commit | commitdiff | tree |
2017-02-21 |
Peter Eisentraut | doc: Update URL for plr |
commit | commitdiff | tree |
2017-02-21 |
Tom Lane | Use less-generic table name in new regression test... |
commit | commitdiff | tree |
2017-02-21 |
Peter Eisentraut | Make more use of castNode() |
commit | commitdiff | tree |
2017-02-21 |
Tom Lane | Reject too-old Python versions a bit sooner. |
commit | commitdiff | tree |
next |