| 2016-07-17 |
Peter Eisentraut | Use correct symbol for minimum int64 value |
commit | commitdiff | tree |
| 2016-07-17 |
Stephen Frost | Correctly dump database and tablespace ACLs |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Update 9.6 release notes through today. |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Improve test case exercising the sorting path for hash... |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Add regression test case exercising the sorting path... |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Fix crash in close_ps() for NaN input coordinates. |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Clarify usage of clientcert authentication option. |
commit | commitdiff | tree |
| 2016-07-16 |
Tom Lane | Advance PG_CONTROL_VERSION. |
commit | commitdiff | tree |
| 2016-07-16 |
Andres Freund | Fix torn-page, unlogged xid and further risks from... |
commit | commitdiff | tree |
| 2016-07-15 |
Andres Freund | Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA... |
commit | commitdiff | tree |
| 2016-07-15 |
Tom Lane | Avoid invalidating all foreign-join cached plans when... |
commit | commitdiff | tree |
| 2016-07-15 |
Alvaro Herrera | Avoid serializability errors when locking a tuple with... |
commit | commitdiff | tree |
| 2016-07-15 |
Teodor Sigaev | Fix parsing NOT sequence in tsquery |
commit | commitdiff | tree |
| 2016-07-15 |
Teodor Sigaev | Fix nested NOT operation cleanup in tsquery. |
commit | commitdiff | tree |
| 2016-07-15 |
Tom Lane | Improve documentation about search_path for SECURITY... |
commit | commitdiff | tree |
| 2016-07-15 |
Peter Eisentraut | Adjust spellings of forms of "cancel" |
commit | commitdiff | tree |
| 2016-07-15 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2016-07-14 |
Tom Lane | Fix GiST index build for NaN values in geometric types. |
commit | commitdiff | tree |
| 2016-07-14 |
Magnus Hagander | Remove reference to range mode in pg_xlogdump error |
commit | commitdiff | tree |
| 2016-07-13 |
Tom Lane | Minor test adjustment. |
commit | commitdiff | tree |
| 2016-07-13 |
Tom Lane | Add a regression test case to improve code coverage... |
commit | commitdiff | tree |
| 2016-07-13 |
Tom Lane | Fix obsolete header-file reference in pg_buffercache... |
commit | commitdiff | tree |
| 2016-07-13 |
Stephen Frost | Add missing hyphen |
commit | commitdiff | tree |
| 2016-07-12 |
Peter Eisentraut | Add serial comma and quoting to message |
commit | commitdiff | tree |
| 2016-07-12 |
Peter Eisentraut | Put some things in a better order in psql help |
commit | commitdiff | tree |
| 2016-07-12 |
Tom Lane | Allow IMPORT FOREIGN SCHEMA within pl/pgsql. |
commit | commitdiff | tree |
| 2016-07-12 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2016-07-11 |
Tom Lane | Print a given subplan only once in EXPLAIN. |
commit | commitdiff | tree |
| 2016-07-11 |
Tom Lane | Improve output of psql's \df+ command. |
commit | commitdiff | tree |
| 2016-07-11 |
Peter Eisentraut | doc: Update URL for PL/PHP |
commit | commitdiff | tree |
| 2016-07-11 |
Magnus Hagander | Add missing newline in error message |
commit | commitdiff | tree |
| 2016-07-11 |
Magnus Hagander | Fix start WAL filename for concurrent backups from... |
commit | commitdiff | tree |
| 2016-07-10 |
Tom Lane | Revert "Add some temporary code to record stack usage... |
commit | commitdiff | tree |
| 2016-07-09 |
Tom Lane | Fix TAP tests and MSVC scripts for pathnames with spaces. |
commit | commitdiff | tree |
| 2016-07-09 |
Tom Lane | Improve recording of IA64 stack data. |
commit | commitdiff | tree |
| 2016-07-08 |
Tom Lane | Add more temporary code to record stack usage at server... |
commit | commitdiff | tree |
| 2016-07-08 |
Tom Lane | Docs: minor improvements for documentation about plpgsq... |
commit | commitdiff | tree |
| 2016-07-08 |
Tom Lane | Docs: improve examples about not repeating table name... |
commit | commitdiff | tree |
| 2016-07-08 |
Tom Lane | Docs: typo fix. |
commit | commitdiff | tree |
| 2016-07-08 |
Tom Lane | Add some temporary code to record stack usage at server... |
commit | commitdiff | tree |
| 2016-07-08 |
Stephen Frost | Typo fix, buils -> builds |
commit | commitdiff | tree |
| 2016-07-08 |
Magnus Hagander | Fix missing parenthesis in docs |
commit | commitdiff | tree |
| 2016-07-07 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2016-07-07 |
Robert Haas | Properly adjust pointers when tuples are moved during... |
commit | commitdiff | tree |
| 2016-07-07 |
Robert Haas | Fix a prototype which is inconsistent with the function... |
commit | commitdiff | tree |
| 2016-07-07 |
Robert Haas | Clarify resource utilization of parallel query. |
commit | commitdiff | tree |
| 2016-07-07 |
Tom Lane | Reduce stack space consumption in tzload(). |
commit | commitdiff | tree |
| 2016-07-07 |
Fujii Masao | Rename pg_stat_wal_receiver.conn_info to conninfo. |
commit | commitdiff | tree |
| 2016-07-07 |
Peter Eisentraut | Fix typos |
commit | commitdiff | tree |
| 2016-07-07 |
Peter Eisentraut | doc: Fix option order in man pages and fix typos |
commit | commitdiff | tree |
| 2016-07-06 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
| 2016-07-04 |
Tom Lane | Fix failure to handle conflicts in non-arbiter exclusio... |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Typo fix. |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Allow RTE_SUBQUERY rels to be considered parallel-safe. |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Fix up parallel-safety marking for appendrels. |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Allow treating TABLESAMPLE scans as parallel-safe. |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Set correct cost data in Gather node added by force_par... |
commit | commitdiff | tree |
| 2016-07-03 |
Tom Lane | Round rowcount estimate for a partial path to an integer. |
commit | commitdiff | tree |
| 2016-07-03 |
Peter Eisentraut | PL/Python: Report argument parsing errors using exceptions |
commit | commitdiff | tree |
| 2016-07-02 |
Tom Lane | Fix failure to mark all aggregates with appropriate... |
commit | commitdiff | tree |
| 2016-07-02 |
Bruce Momjian | doc: mention dependency on collation libraries |
commit | commitdiff | tree |
| 2016-07-02 |
Tom Lane | Fix some interrelated planner issues with initPlans... |
commit | commitdiff | tree |
| 2016-07-01 |
Andres Freund | Improve WritebackContextInit() comment and prototype... |
commit | commitdiff | tree |
| 2016-07-01 |
Tom Lane | Provide and use a makefile target to build all generate... |
commit | commitdiff | tree |
| 2016-07-01 |
Alvaro Herrera | walreceiver: tweak pg_stat_wal_receiver behavior |
commit | commitdiff | tree |
| 2016-07-01 |
Tom Lane | Rethink the GetForeignUpperPaths API (again). |
commit | commitdiff | tree |
| 2016-07-01 |
Robert Haas | Set consider_parallel correctly for upper planner rels. |
commit | commitdiff | tree |
| 2016-07-01 |
Tom Lane | Be more paranoid in ruleutils.c's get_variable(). |
commit | commitdiff | tree |
| 2016-07-01 |
Robert Haas | postgres_fdw: Fix cache lookup failure while creating... |
commit | commitdiff | tree |
| 2016-07-01 |
Robert Haas | postgres_fdw: Remove schema-qualification from cast... |
commit | commitdiff | tree |
| 2016-07-01 |
Robert Haas | Fix crash bug in RestoreSnapshot. |
commit | commitdiff | tree |
| 2016-06-30 |
Robert Haas | Fix several mistakes around parallel workers and client... |
commit | commitdiff | tree |
| 2016-06-30 |
Tom Lane | Fix typo in ReorderBufferIterTXNInit(). |
commit | commitdiff | tree |
| 2016-06-29 |
Tom Lane | Dodge compiler bug in Visual Studio 2013. |
commit | commitdiff | tree |
| 2016-06-29 |
Tom Lane | Fix some infelicities in EXPLAIN output for parallel... |
commit | commitdiff | tree |
| 2016-06-29 |
Tom Lane | Update rules.out to match commit 9ed551e0a. |
commit | commitdiff | tree |
| 2016-06-29 |
Alvaro Herrera | Add conninfo to pg_stat_wal_receiver |
commit | commitdiff | tree |
| 2016-06-29 |
Tom Lane | Fix match_foreign_keys_to_quals for FKs linking to... |
commit | commitdiff | tree |
| 2016-06-29 |
Tom Lane | Adjust text search documentation for recent commits. |
commit | commitdiff | tree |
| 2016-06-29 |
Robert Haas | Fix obsolete comment. |
commit | commitdiff | tree |
| 2016-06-29 |
Teodor Sigaev | Document precedence of FTS operators in tsquery |
commit | commitdiff | tree |
| 2016-06-28 |
Bruce Momjian | doc: add link for list-of-scalars mention |
commit | commitdiff | tree |
| 2016-06-28 |
Bruce Momjian | doc: update effective_io_concurrency for SSDs |
commit | commitdiff | tree |
| 2016-06-28 |
Alvaro Herrera | Remove unused arguments in two GiST subroutines |
commit | commitdiff | tree |
| 2016-06-28 |
Bruce Momjian | doc: remove GIN vs. GiST performance mention |
commit | commitdiff | tree |
| 2016-06-28 |
Bruce Momjian | doc: in binary mode mention, say "encoding conversion" |
commit | commitdiff | tree |
| 2016-06-28 |
Bruce Momjian | doc: remove mention of UT1 in representing time |
commit | commitdiff | tree |
| 2016-06-28 |
Tom Lane | Don't apply sortgroupref labels to a tlist that might... |
commit | commitdiff | tree |
| 2016-06-27 |
Robert Haas | Fix mistakes in pg_visibility documentation. |
commit | commitdiff | tree |
| 2016-06-27 |
Tom Lane | Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA... |
commit | commitdiff | tree |
| 2016-06-27 |
Teodor Sigaev | Change predecence of phrase operator. |
commit | commitdiff | tree |
| 2016-06-27 |
Teodor Sigaev | Do not fallback to AND for FTS phrase operator. |
commit | commitdiff | tree |
| 2016-06-27 |
Teodor Sigaev | Make exact distance match for FTS phrase operator |
commit | commitdiff | tree |
| 2016-06-26 |
Tom Lane | Avoid making a separate pass over the query to check... |
commit | commitdiff | tree |
| 2016-06-26 |
Tom Lane | Rethink node-level representation of partial-aggregatio... |
commit | commitdiff | tree |
| 2016-06-26 |
Tom Lane | Simplify planner's final setup of Aggrefs for partial... |
commit | commitdiff | tree |
| 2016-06-24 |
Alvaro Herrera | Fix handling of multixacts predating pg_upgrade |
commit | commitdiff | tree |
| 2016-06-24 |
Tom Lane | Fix building of large (bigger than shared_buffers)... |
commit | commitdiff | tree |
| 2016-06-24 |
Robert Haas | postgres_fdw: Fix incorrect NULL handling in join pushdown. |
commit | commitdiff | tree |
| 2016-06-24 |
Robert Haas | postgres_fdw: Remove useless return statement. |
commit | commitdiff | tree |
| next |