2016-10-26 |
Tom Lane | Fix incorrect trigger-property updating in ALTER CONSTR... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Tom Lane | Fix not-HAVE_SYMLINK code in zic.c. |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Tom Lane | Doc: improve documentation about inheritance. |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Heikki Linnakangas | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Tom Lane | Stamp 9.6.1. REL9_6_1 |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Tom Lane | Update release notes for last-minute commit timestamp... |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Alvaro Herrera | Preserve commit timestamps across clean restart |
commit | commitdiff | tree | snapshot |
2016-10-24 |
Tom Lane | Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2... |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Tom Lane | Avoid testing tuple visibility without buffer lock. |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Tom Lane | Don't throw serialization errors for self-conflicts... |
commit | commitdiff | tree | snapshot |
2016-10-23 |
Tom Lane | Avoid testing tuple visibility without buffer lock... |
commit | commitdiff | tree | snapshot |
2016-10-22 |
Tom Lane | Improve documentation about use of Linux huge pages. |
commit | commitdiff | tree | snapshot |
2016-10-21 |
Tom Lane | Doc: wording tweak for PERL, PYTHON, TCLSH configuratio... |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Tom Lane | Fix EXPLAIN so that it doesn't emit invalid XML in... |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Tom Lane | Update time zone data files to tzdata release 2016h. |
commit | commitdiff | tree | snapshot |
2016-10-20 |
Tom Lane | Another portability fix for tzcode2016g update. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Tom Lane | Windows portability fix. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Tom Lane | Suppress "Factory" zone in pg_timezone_names view for... |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Tom Lane | Update time zone data files to tzdata release 2016g. |
commit | commitdiff | tree | snapshot |
2016-10-19 |
Heikki Linnakangas | Fix WAL-logging of FSM and VM truncation. |
commit | commitdiff | tree | snapshot |
2016-10-18 |
Tom Lane | Fix cidin() to handle values above 2^31 platform-indepe... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
Heikki Linnakangas | Fix use-after-free around DISTINCT transition function... |
commit | commitdiff | tree | snapshot |
2016-10-14 |
Robert Haas | Remove spurious word. |
commit | commitdiff | tree | snapshot |
2016-10-14 |
Tom Lane | Fix assorted integer-overflow hazards in varbit.c. |
commit | commitdiff | tree | snapshot |
2016-10-14 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tom Lane | Fix handling of pgstat counters for TRUNCATE in a prepa... |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tom Lane | Fix another bug in merging of inherited CHECK constraints. |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tom Lane | Try to find out the actual hugepage size when making... |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tom Lane | Clean up handling of anonymous mmap'd shared-memory... |
commit | commitdiff | tree | snapshot |
2016-10-13 |
Tom Lane | Fix broken jsonb_set() logic for replacing array elements. |
commit | commitdiff | tree | snapshot |
2016-10-12 |
Tom Lane | Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1... |
commit | commitdiff | tree | snapshot |
2016-10-12 |
Tom Lane | Provide DLLEXPORT markers for C functions via PG_FUNCTI... |
commit | commitdiff | tree | snapshot |
2016-10-12 |
Heikki Linnakangas | Fix copy-pasto in comment. |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Tom Lane | Docs: grammatical fix. |
commit | commitdiff | tree | snapshot |
2016-10-11 |
Tom Lane | Improve documentation for CREATE RECURSIVE VIEW. |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Tom Lane | In PQsendQueryStart(), avoid leaking any left-over... |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Tom Lane | Fix incorrect handling of polymorphic aggregates used... |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Tom Lane | Fix two bugs in merging of inherited CHECK constraints. |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Tom Lane | Remove user_relns() SRF from regression tests. |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Tom Lane | libpqwalreceiver needs to link with libintl when using... |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Andres Freund | Fix fallback implementation of pg_atomic_write_u32(). |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Make TAP test suites to work, when @INC does not contai... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Lane | Fix pg_dump to work against pre-9.0 servers again. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Don't allow both --source-server and --source-target... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Clear OpenSSL error queue after failed X509_STORE_load_... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Don't share SSL_CTX between libpq connections. |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Heikki Linnakangas | Disable synchronous commits in pg_rewind. |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Robert Haas | Update obsolete comments and perldoc. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Andres Freund | Correct logical decoding restore behaviour for subtrans... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Tom Lane | Show a sensible value in pg_settings.unit for GUC_UNIT_... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Stephen Frost | Fix RLS with COPY (col1, col2) FROM tab |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Tom Lane | Enforce a specific order for probing library loadabilit... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Tom Lane | Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use... |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Do ClosePostmasterPorts() earlier in SubPostmasterMain(). |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix bugs in contrib/pg_visibility. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Copy-editing for contrib/pg_visibility documentation. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix misstatement in comment in Makefile.shlib. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix misplacement of submake-generated-headers prerequis... |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Improve error reporting in pg_upgrade's file copying... |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix multiple portability issues in pg_upgrade's rewrite... |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Magnus Hagander | Retry opening new segments in pg_xlogdump --folllow |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Alvaro Herrera | Silence compiler warnings |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Robert Haas | worker_spi: Call pgstat_report_stat. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Robert Haas | Fix dangling pointer problem in ReorderBufferSerializeC... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Alvaro Herrera | Include <sys/select.h> where needed |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Tom Lane | Stamp 9.6.0. REL9_6_0 |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Tom Lane | Document has_type_privilege(). |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Tom Lane | Do a final round of updates on the 9.6 release notes. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Install TAP test infrastructure so it's available for... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Doc: fix examples of # operators so they actually work. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Fix incorrect logic for excluding range constructor... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Remove useless code. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Don't trust CreateFileMapping() to clear the error... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Avoid using PostmasterRandom() for DSM control segment ID. |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Tom Lane | Be sure to rewind the tuplestore read pointer in non... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Robert Haas | Add more parallel query documentation. |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Heikki Linnakangas | Print test parameters like "foo: 123", and results... |
commit | commitdiff | tree | snapshot |
2016-09-21 |
Heikki Linnakangas | Fix pgbench's calculation of average latency, when... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Peter Eisentraut | doc: Fix documentation to match actual make output |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Peter Eisentraut | doc: Correct ALTER USER MAPPING example |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Peter Eisentraut | Re-add translation markers that were lost |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Robert Haas | Use PostmasterRandom(), not random(), for DSM control... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Robert Haas | Retry DSM control segment creation if Windows indicates... |
commit | commitdiff | tree | snapshot |
2016-09-20 |
Heikki Linnakangas | Fix outdated comments, GIST search queue is not an... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Heikki Linnakangas | Fix latency calculation when there are \sleep commands... |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Robert Haas | MSVC: Include pg_recvlogical in client-only install. |
commit | commitdiff | tree | snapshot |
2016-09-19 |
Robert Haas | Update recovery_min_apply_delay docs for remote_apply... |
commit | commitdiff | tree | snapshot |
2016-09-18 |
Heikki Linnakangas | Fix ecpg -? option on Windows, add -V alias for --version. |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Heikki Linnakangas | Fix building with LibreSSL. |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Tom Lane | Make min_parallel_relation_size's default value platfor... |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Robert Haas | pg_buffercache: Allow huge allocations. |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Heikki Linnakangas | Support OpenSSL 1.1.0. |
commit | commitdiff | tree | snapshot |
2016-09-15 |
Heikki Linnakangas | Fix and clarify comments on replacement selection. |
commit | commitdiff | tree | snapshot |
2016-09-12 |
Tom Lane | Docs: assorted minor cleanups. |
commit | commitdiff | tree | snapshot |
next |