2017-03-09 |
Tom Lane | Fix timestamptz regression test to still work with... |
commit | commitdiff | tree |
2017-03-09 |
Stephen Frost | Add relkind checks to certain contrib modules |
commit | commitdiff | tree |
2017-03-09 |
Robert Haas | Document lack of validation when attaching foreign... |
commit | commitdiff | tree |
2017-03-09 |
Robert Haas | Document some new parallel query capabilities. |
commit | commitdiff | tree |
2017-03-09 |
Robert Haas | Fix bug in parallel tidbitmap iteration. |
commit | commitdiff | tree |
2017-03-09 |
Robert Haas | Fix a couple of planner bugs in Gather Merge. |
commit | commitdiff | tree |
2017-03-09 |
Peter Eisentraut | Use SQL standard error code for nextval |
commit | commitdiff | tree |
2017-03-09 |
Peter Eisentraut | Enable replication connections by default in pg_hba... |
commit | commitdiff | tree |
2017-03-09 |
Robert Haas | Add a Gather Merge executor node. |
commit | commitdiff | tree |
2017-03-09 |
Tom Lane | Fix inclusions of c.h from .h files. |
commit | commitdiff | tree |
2017-03-09 |
Tom Lane | Fix inclusions of postgres_fe.h from .h files. |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Bring plpgsql into line with header inclusion policy. |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Document intentional violations of header inclusion... |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Suppress compiler warning in slab.c. |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Suppress compiler warning in non-USE_LIBXML builds. |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Put back <float.h> in a few files that need it for... |
commit | commitdiff | tree |
2017-03-08 |
Stephen Frost | Expose explain's SUMMARY option |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Silence compiler warnings in BitmapHeapNext(). |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Use doubly-linked block lists in aset.c to reduce large... |
commit | commitdiff | tree |
2017-03-08 |
Robert Haas | Support parallel bitmap heap scans. |
commit | commitdiff | tree |
2017-03-08 |
Fujii Masao | Prevent logical rep workers with removed subscriptions... |
commit | commitdiff | tree |
2017-03-08 |
Alvaro Herrera | Fix XMLTABLE on older libxml2 |
commit | commitdiff | tree |
2017-03-08 |
Robert Haas | Add tests for foreign partitions. |
commit | commitdiff | tree |
2017-03-08 |
Alvaro Herrera | Support XMLTABLE query expression |
commit | commitdiff | tree |
2017-03-08 |
Tom Lane | Silence compiler warnings in tbm_prepare_shared_iterate(). |
commit | commitdiff | tree |
2017-03-08 |
Peter Eisentraut | pg_waldump: Remove extra newline in error message |
commit | commitdiff | tree |
2017-03-08 |
Fujii Masao | Fix connection leak in DROP SUBSCRIPTION command, take 2. |
commit | commitdiff | tree |
2017-03-08 |
Peter Eisentraut | Create INSTALL file via XSLT |
commit | commitdiff | tree |
2017-03-08 |
Robert Haas | Remove inclusion of postgres.h from a few header files. |
commit | commitdiff | tree |
2017-03-08 |
Robert Haas | Fix parallel index and index-only scans to fall back... |
commit | commitdiff | tree |
2017-03-08 |
Robert Haas | tidbitmap: Support shared iteration. |
commit | commitdiff | tree |
2017-03-08 |
Magnus Hagander | Fix grammar |
commit | commitdiff | tree |
2017-03-08 |
Peter Eisentraut | Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | hash: Refactor hash index creation. |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Improve postgresql.conf.sample comments about parallel... |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Properly initialize variable. |
commit | commitdiff | tree |
2017-03-07 |
Tom Lane | Invent start_proc parameters for PL/Tcl. |
commit | commitdiff | tree |
2017-03-07 |
Tom Lane | Clean up test_ifaddrs a bit. |
commit | commitdiff | tree |
2017-03-07 |
Heikki Linnakangas | A collection of small fixes for the SCRAM patch. |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Consider parallel merge joins. |
commit | commitdiff | tree |
2017-03-07 |
Tom Lane | Fix pgbench's failure to honor the documented long... |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Give partitioned table "p" in regression tests a less... |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Fix relcache reference leak. |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Remove duplicated word. |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Document what values postgres_fdw sets for each paramet... |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Fix wrong word in comment. |
commit | commitdiff | tree |
2017-03-07 |
Tom Lane | Remove vestigial grammar support for CHARACTER ...... |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Preparatory refactoring for parallel merge join support. |
commit | commitdiff | tree |
2017-03-07 |
Robert Haas | Fix parallel hash join path search. |
commit | commitdiff | tree |
2017-03-07 |
Stephen Frost | psql: Add \gx command |
commit | commitdiff | tree |
2017-03-07 |
Simon Riggs | Allow pg_dumpall to dump roles w/o user passwords |
commit | commitdiff | tree |
2017-03-07 |
Heikki Linnakangas | Fix comments in SCRAM-SHA-256 patch. |
commit | commitdiff | tree |
2017-03-07 |
Simon Riggs | Ensure ThisTimeLineID is valid before START_REPLICATION |
commit | commitdiff | tree |
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 |
next |