2017-05-05 |
Alvaro Herrera | Allow MSVC to build with Tcl 8.6. |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Heikki Linnakangas | Give nicer error message when connecting to a v10 serve... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Peter Eisentraut | Fix cursor_to_xml in tableforest false mode |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Tom Lane | Fix pfree-of-already-freed-tuple when rescanning a... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Lane | Remove useless and rather expensive stanza in matview... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Tom Lane | Improve performance of timezone loading, especially... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Tom Lane | Ensure commands in extension scripts see the results... |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Andrew Dunstan | Fix perl thinko in commit fed6df486dca |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Tom Lane | Update time zone data files to tzdata release 2017b. |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Andrew Dunstan | Allow vcregress.pl to run an arbitrary TAP test set |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Peter Eisentraut | doc: Fix typo in 9.6 release notes |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Robert Haas | Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute. |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Andres Freund | Don't use on-disk snapshots for exported logical decodi... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Tom Lane | Cope with glibc too old to have epoll_create1(). |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Andres Freund | Preserve required !catalog tuples while computing initi... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Tom Lane | Make latch.c more paranoid about child-process cases. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Tom Lane | Allow multiple bgworkers to be launched per postmaster... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Peter Eisentraut | postgres_fdw: Fix join push down with extensions |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Revert "Use pselect(2) not select(2), if available... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Use pselect(2) not select(2), if available, to wait... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Run the postmaster's signal handlers without SA_RESTART. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Tom Lane | Fix postmaster's handling of fork failure for a bgworke... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Andres Freund | Zero padding in replication origin's checkpointed on... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Tom Lane | Fix order of arguments to SubTransSetParent(). |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Andrew Dunstan | Fix TAP infrastructure to support Mingw better |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Tom Lane | Make PostgresNode.pm check server status more carefully. |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Tom Lane | Make PostgresNode::append_conf append a newline automat... |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Peter Eisentraut | doc: Update link |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Tom Lane | Avoid depending on non-POSIX behavior of fcntl(2). |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Tom Lane | Always build a custom plan node's targetlist from the... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2017-04-15 |
Tom Lane | Provide a way to control SysV shmem attach address... |
commit | commitdiff | tree | snapshot |
2017-04-15 |
Tom Lane | Avoid passing function pointers across process boundaries. |
commit | commitdiff | tree | snapshot |
2017-04-14 |
Tom Lane | Further fix pg_trgm's extraction of trigrams from regul... |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Tom Lane | Fix regexport.c to behave sanely with lookaround constr... |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Fujii Masao | Move pg_stat_progress_vacuum to the table of Dynamic... |
commit | commitdiff | tree | snapshot |
2017-04-10 |
Tom Lane | Improve castNode notation by introducing list-extractio... |
commit | commitdiff | tree | snapshot |
2017-04-07 |
Tom Lane | Fix planner error (or assert trap) with nested set... |
commit | commitdiff | tree | snapshot |
2017-04-06 |
Joe Conway | Silence compiler warning in sepgsql |
commit | commitdiff | tree | snapshot |
2017-04-06 |
Heikki Linnakangas | Remove dead code and fix comments in fast-path function... |
commit | commitdiff | tree | snapshot |
2017-04-06 |
Tom Lane | Fix integer-overflow problems in interval comparison. |
commit | commitdiff | tree | snapshot |
2017-04-01 |
Magnus Hagander | Back-patch checkpoint clarification docs and pg_basebac... |
commit | commitdiff | tree | snapshot |
2017-04-01 |
Robert Haas | Fix parallel query so it doesn't spoil row estimates... |
commit | commitdiff | tree | snapshot |
2017-04-01 |
Robert Haas | Don't use bgw_main even to specify in-core bgworker... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
Fujii Masao | Simplify the example of VACUUM in documentation. |
commit | commitdiff | tree | snapshot |
2017-03-28 |
Tom Lane | Suppress implicit-conversion warnings seen with newer... |
commit | commitdiff | tree | snapshot |
2017-03-26 |
Tom Lane | Fix unportable disregard of alignment requirements... |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Robert Haas | plpgsql: Don't generate parallel plans for RETURN QUERY. |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Teodor Sigaev | Fix pgbench options -C and -R together |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Teodor Sigaev | Fix backup canceling |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Heikki Linnakangas | Revert Windows service check refactoring, and replace... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Teodor Sigaev | Fix support for some operators (&<, &>, $<|, |&>) in... |
commit | commitdiff | tree | snapshot |
2017-03-20 |
Teodor Sigaev | Revert unintentional change in increasing usage count... |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Peter Eisentraut | doc: Fix a few typos and awkward links |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Tom Lane | Fix WaitEventSetWait() to handle write-ready waits... |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Andrew Gierth | Repair test for vacuum reltuples fix. |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Robert Haas | Remove dead link. |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Heikki Linnakangas | Fix and simplify check for whether we're running as... |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Andrew Gierth | Avoid having vacuum set reltuples to 0 on non-empty... |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Alvaro Herrera | Fix ancient get_object_address_opf_member bug |
commit | commitdiff | tree | snapshot |
2017-03-15 |
Robert Haas | Fix failure to use clamp_row_est() for parallel joins. |
commit | commitdiff | tree | snapshot |
2017-03-14 |
Peter Eisentraut | Spelling fixes |
commit | commitdiff | tree | snapshot |
2017-03-14 |
Robert Haas | Fix failure to mark init buffers as BM_PERMANENT. |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Tom Lane | Remove unnecessary dependency on statement_timeout... |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Michael Meskes | Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED. |
commit | commitdiff | tree | snapshot |
2017-03-12 |
Noah Misch | Fix pg_file_write() error handling. |
commit | commitdiff | tree | snapshot |
2017-03-11 |
Joe Conway | Fix ancient connection leak in dblink |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Tom Lane | Sanitize newlines in object names in "pg_restore -l... |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Michael Meskes | Fix a potential double-free in ecpg. |
commit | commitdiff | tree | snapshot |
2017-03-09 |
Tom Lane | Fix timestamptz regression test to still work with... |
commit | commitdiff | tree | snapshot |
2017-03-08 |
Tom Lane | Use doubly-linked block lists in aset.c to reduce large... |
commit | commitdiff | tree | snapshot |
2017-03-08 |
Peter Eisentraut | pg_xlogdump: Remove extra newline in error message |
commit | commitdiff | tree | snapshot |
2017-03-08 |
Magnus Hagander | Fix grammar |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Tom Lane | Fix pgbench's failure to honor the documented long... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Stephen Frost | pg_dump: Properly handle public schema ACLs with -... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Tom Lane | Repair incorrect pg_dump labeling for some comments... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Stephen Frost | pg_upgrade: Fix large object COMMENTS, SECURITY LABELS |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Tom Lane | Avoid dangling pointer to relation name in RLS code... |
commit | commitdiff | tree | snapshot |
2017-03-04 |
Tom Lane | In rebuild_relation(), don't access an already-closed... |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Tom Lane | Update documentation of tsquery_phrase(). |
commit | commitdiff | tree | snapshot |
2017-03-02 |
Noah Misch | Handle unaligned SerializeSnapshot() buffer. |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Peter Eisentraut | Fix timeouts in PostgresNode::psql |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Magnus Hagander | Fix incorrect variable datatype |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Bruce Momjian | pg_upgrade docs: clarify instructions on standby exten... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Tom Lane | Fix unportable definition of BSWAP64() macro. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Tom Lane | Fix contrib/pg_trgm's extraction of trigrams from regul... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Fujii Masao | Make walsender always initialize the buffers. |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Tom Lane | Fix sloppy handling of corner-case errors in fd.c. |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Peter Eisentraut | doc: Update URL for plr |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Tom Lane | Fix documentation of to_char/to_timestamp TZ, tz, OF... |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Tom Lane | Make src/interfaces/libpq/test clean up after itself. |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Tom Lane | Adjust PL/Tcl regression test to dodge a possible bug... |
commit | commitdiff | tree | snapshot |
2017-02-18 |
Magnus Hagander | Fix help message for pg_basebackup -R |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Tom Lane | Document usage of COPT environment variable for adjusti... |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Peter Eisentraut | pg_dump: Fix typo in query |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Tom Lane | Doc: remove duplicate index entry. |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Tom Lane | Formatting and docs corrections for logical decoding... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Tom Lane | Doc: fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Tom Lane | Make sure that hash join's bulk-tuple-transfer loops... |
commit | commitdiff | tree | snapshot |
next |