| 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 |
| 2017-02-21 |
Peter Eisentraut | Drop support for Python 2.3 |
commit | commitdiff | tree |
| 2017-02-21 |
Simon Riggs | Small correction to BRIN docs |
commit | commitdiff | tree |
| 2017-02-20 |
Tom Lane | Improve error message for misuse of TZ, tz, OF formatti... |
commit | commitdiff | tree |
| 2017-02-20 |
Tom Lane | Fix documentation of to_char/to_timestamp TZ, tz, OF... |
commit | commitdiff | tree |
| 2017-02-19 |
Tom Lane | Make src/interfaces/libpq/test clean up after itself. |
commit | commitdiff | tree |
| 2017-02-19 |
Tom Lane | Dept of second thoughts: rename new perl script. |
commit | commitdiff | tree |
| 2017-02-19 |
Tom Lane | Adjust PL/Tcl regression test to dodge a possible bug... |
commit | commitdiff | tree |
| 2017-02-19 |
Tom Lane | Suppress "unused variable" warnings with older versions... |
commit | commitdiff | tree |
| 2017-02-19 |
Robert Haas | Make partitions automatically inherit OIDs. |
commit | commitdiff | tree |
| 2017-02-19 |
Robert Haas | Add optimizer and executor support for parallel index... |
commit | commitdiff | tree |
| 2017-02-19 |
Robert Haas | Make dsa_allocate interface more like MemoryContextAlloc. |
commit | commitdiff | tree |
| 2017-02-18 |
Magnus Hagander | Fix help message for pg_basebackup -R |
commit | commitdiff | tree |
| 2017-02-18 |
Peter Eisentraut | Optimize query for information_schema.constraint_column... |
commit | commitdiff | tree |
| 2017-02-17 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
| 2017-02-17 |
Peter Eisentraut | pg_dump: Message style improvements |
commit | commitdiff | tree |
| 2017-02-17 |
Tom Lane | Document usage of COPT environment variable for adjusti... |
commit | commitdiff | tree |
| 2017-02-17 |
Peter Eisentraut | pg_dump: Fix typo in query |
commit | commitdiff | tree |
| 2017-02-17 |
Peter Eisentraut | Remove redundant coverage target |
commit | commitdiff | tree |
| 2017-02-17 |
Peter Eisentraut | Fix typo on comment |
commit | commitdiff | tree |
| 2017-02-16 |
Robert Haas | Add new function dsa_allocate0. |
commit | commitdiff | tree |
| 2017-02-16 |
Tom Lane | Doc: remove duplicate index entry. |
commit | commitdiff | tree |
| 2017-02-16 |
Robert Haas | Avoid crash in ALTER TABLE not_partitioned DETACH PARTI... |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Formatting and docs corrections for logical decoding... |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Doc: fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Make sure that hash join's bulk-tuple-transfer loops... |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Doc: fix syntax synopsis for INSERT ... ON CONFLICT... |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Fix tab completion for "ALTER SYSTEM SET variable ... |
commit | commitdiff | tree |
| 2017-02-15 |
Tom Lane | Fix YA unwanted behavioral difference with operator_pre... |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Add optimizer and executor support for parallel index... |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Replace min_parallel_relation_size with two new GUCs. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix wrong articles in pg_proc descriptions. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Document new libpq connection statuses for target_sessi... |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | libpq: Make target_session_attrs=read-write consume... |
commit | commitdiff | tree |
| 2017-02-15 |
Peter Eisentraut | doc: Add advice about systemd RemoveIPC |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | pg_upgrade: Fix problems caused by renaming pg_resetxlog. |
commit | commitdiff | tree |
| 2017-02-15 |
Peter Eisentraut | Add CREATE COLLATION IF NOT EXISTS clause |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix some nonstandard capitalization. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | btree: Support parallel index scans. |
commit | commitdiff | tree |
| 2017-02-15 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Allow parallel workers to execute subplans. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Split index xlog headers from other private index headers. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Minor fixes for WAL consistency checking. |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Don't disallow dropping NOT NULL for a list partition... |
commit | commitdiff | tree |
| 2017-02-14 |
Tom Lane | Remove duplicate code in planner.c. |
commit | commitdiff | tree |
| 2017-02-14 |
Fujii Masao | Replace reference to "xlog-method" with "wal-method... |
commit | commitdiff | tree |
| 2017-02-14 |
Robert Haas | Corrections and improvements to generic parallel query... |
commit | commitdiff | tree |
| 2017-02-13 |
Fujii Masao | Replace references to "xlog" with "wal" in docs. |
commit | commitdiff | tree |
| 2017-02-13 |
Robert Haas | Remove contrib/tsearch2. |
commit | commitdiff | tree |
| 2017-02-13 |
Peter Eisentraut | doc: Remove accidental extra table cell |
commit | commitdiff | tree |
| 2017-02-12 |
Noah Misch | Ignore tablespace ACLs when ignoring schema ACLs. |
commit | commitdiff | tree |
| 2017-02-10 |
Peter Eisentraut | Add CREATE SEQUENCE AS <data type> clause |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Update ddl.sgml for declarative partitioning syntax |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Add keywords for partitioning |
commit | commitdiff | tree |
| 2017-02-10 |
Simon Riggs | Improve CREATE TABLE documentation of partitioning |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename command line options for ongoing xlog -> wal... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename dtrace probes for ongoing xlog -> wal conversion. |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Rename user-facing tools with "xlog" in the name to... |
commit | commitdiff | tree |
| 2017-02-09 |
Tom Lane | Blind try to fix portability issue in commit 8f93bd851... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | Remove all references to "xlog" from SQL-callable funct... |
commit | commitdiff | tree |
| 2017-02-09 |
Robert Haas | simplehash: Additional tweaks to make specifying an... |
commit | commitdiff | tree |
| next |