2015-04-05 |
Tom Lane | Suppress clang's unhelpful gripes about -pthread switch... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Tom Lane | Fix incorrect matching of subexpressions in outer-join... |
commit | commitdiff | tree | snapshot |
2015-04-04 |
Tom Lane | Fix TAP tests to use only standard command-line argumen... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Tom Lane | Remove unnecessary variables in _hash_splitbucket(). |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Tom Lane | Fix rare startup failure induced by MVCC-catalog-scans... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Robert Haas | After a crash, don't restart workers with BGW_NEVER_RES... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Simon Riggs | Correct comment to use RS_EPHEMERAL |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Tom Lane | Fix incorrect markup in documentation of window frame... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Heikki Linnakangas | Remove spurious semicolons. |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Andrew Dunstan | Run pg_upgrade and pg_resetxlog with restricted token... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Fix bogus concurrent use of _hash_getnewbuf() in bucket... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Tom Lane | Fix rare core dump in BackendIdGetTransactionIds(). |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Tom Lane | Add vacuum_delay_point call in compute_index_stats... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Tatsuo Ishii | Make SyncRepWakeQueue to a static function |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Tom Lane | Fix ExecOpenScanRelation to take a lock on a ROW_MARK_C... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Andres Freund | Don't delay replication for less than recovery_min_appl... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Robert Haas | Fix status reporting for terminated bgworkers that... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Tom Lane | Replace insertion sort in contrib/intarray with qsort(). |
commit | commitdiff | tree | snapshot |
2015-03-15 |
Tom Lane | src/port/dirmod.c needs to be built on Cygwin too. |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Tom Lane | Build src/port/dirmod.c only on Windows. |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Tom Lane | Remove workaround for ancient incompatibility between... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Tatsuo Ishii | Fix integer overflow in debug message of walreceiver |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Tom Lane | Ensure tableoid reads correctly in EvalPlanQual-manufac... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Heikki Linnakangas | Fix memory leaks in GIN index vacuum. |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Tom Lane | Cast to (void *) rather than (int *) when passing int64... |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Tom Lane | Fix documentation for libpq's PQfn(). |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Tom Lane | Rethink function argument sorting in pg_dump. |
commit | commitdiff | tree | snapshot |
2015-03-06 |
Alvaro Herrera | Fix contrib/file_fdw's expected file |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Alvaro Herrera | Fix user mapping object description |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Alvaro Herrera | Add comment for "is_internal" parameter |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Stephen Frost | Fix pg_dump handling of extension config tables |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Stephen Frost | Fix targetRelation initializiation in prepsecurity |
commit | commitdiff | tree | snapshot |
2015-03-01 |
Noah Misch | Unlink static libraries before rebuilding them. |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Tom Lane | Fix planning of star-schema-style queries. |
commit | commitdiff | tree | snapshot |
2015-02-28 |
Tom Lane | Suppress uninitialized-variable warning from less-brigh... |
commit | commitdiff | tree | snapshot |
2015-02-27 |
Alvaro Herrera | Fix a couple of trivial issues in jsonb.c |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Andrew Dunstan | Render infinite date/timestamps as 'infinity' for json... |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Andres Freund | Reconsider when to wait for WAL flushes/syncrep during... |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Noah Misch | Free SQLSTATE and SQLERRM no earlier than other PL... |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Stephen Frost | Add locking clause for SB views for update/delete |
commit | commitdiff | tree | snapshot |
2015-02-25 |
Tom Lane | Fix dumping of views that are just VALUES(...) but... |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Andres Freund | Guard against spurious signals in LockBufferForCleanup. |
commit | commitdiff | tree | snapshot |
2015-02-23 |
Heikki Linnakangas | Fix potential deadlock with libpq non-blocking mode. |
commit | commitdiff | tree | snapshot |
2015-02-21 |
Tom Lane | Fix misparsing of empty value in conninfo_uri_parse_par... |
commit | commitdiff | tree | snapshot |
2015-02-18 |
Alvaro Herrera | Fix object identities for pg_conversion objects |
commit | commitdiff | tree | snapshot |
2015-02-18 |
Tom Lane | Fix failure to honor -Z compression level option in... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Tom Lane | Remove code to match IPv4 pg_hba.conf entries to IPv4... |
commit | commitdiff | tree | snapshot |
2015-02-17 |
Robert Haas | Improve pg_check_dir code and comments. |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Tom Lane | Fix misuse of memcpy() in check_ip(). |
commit | commitdiff | tree | snapshot |
2015-02-16 |
Tom Lane | Fix null-pointer-deref crash while doing COPY IN with... |
commit | commitdiff | tree | snapshot |
2015-02-15 |
Peter Eisentraut | pg_regress: Write processed input/*.source into output dir |
commit | commitdiff | tree | snapshot |
2015-02-13 |
Heikki Linnakangas | Fix broken #ifdef for __sparcv8 |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Bruce Momjian | pg_upgrade: quote directory names in delete_old_cluste... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Bruce Momjian | pg_upgrade: preserve freeze info for postgres/template... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Andres Freund | Fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Tom Lane | Fix missing PQclear() in libpqrcv_endstreaming(). |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Tom Lane | Fix minor memory leak in ident_inet(). |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Tom Lane | Fix more memory leaks in failure path in buildACLCommands. |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Michael Meskes | Fixed array handling in ecpg. |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Tom Lane | Fix pg_dump's heuristic for deciding which casts to... |
commit | commitdiff | tree | snapshot |
2015-02-11 |
Tom Lane | Fix GEQO to not assume its join order heuristic always... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Tom Lane | Minor cleanup/code review for "indirect toast" stuff. |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Heikki Linnakangas | Report WAL flush, not insert, position in replication... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Heikki Linnakangas | Fix reference-after-free when waiting for another xact... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Andres Freund | Add missing float.h include to snprintf.c. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Fujii Masao | doc: Fix markup |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Tom Lane | Fix breakage in GEODEBUG debug code. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Tom Lane | Stamp 9.4.1. REL9_4_1 |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Heikki Linnakangas | Be more careful to not lose sync in the FE/BE protocol. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Noah Misch | Prevent Valgrind Memcheck errors around px_acquire_syst... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Noah Misch | Cherry-pick security-relevant fixes from upstream imath... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Noah Misch | Fix buffer overrun after incomplete read in pullf_read_... |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Bruce Momjian | port/snprintf(): fix overflow and do padding |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Bruce Momjian | to_char(): prevent writing beyond the allocated buffer |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Bruce Momjian | to_char(): prevent accesses beyond the allocated buffer |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Tom Lane | Doc: fix syntax description for psql's \setenv. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Peter Eisentraut | doc: Improve claim about location of pg_service.conf |
commit | commitdiff | tree | snapshot |
2015-02-01 |
Tom Lane | Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Tom Lane | Fix documentation of psql's ECHO all mode. |
commit | commitdiff | tree | snapshot |
2015-01-31 |
Tom Lane | Update time zone data files to tzdata release 2015a. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Tom Lane | Fix jsonb Unicode escape processing, and in consequence... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Tom Lane | Fix Coverity warning about contrib/pgcrypto's mdc_finish(). |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Tom Lane | Fix assorted oversights in range selectivity estimation. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Heikki Linnakangas | Fix query-duration memory leak with GIN rescans. |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Kevin Grittner | Allow pg_dump to use jobs and serializable transactions... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Stephen Frost | Fix BuildIndexValueDescription for expressions |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Tom Lane | Handle unexpected query results, especially NULLs,... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Andres Freund | Properly terminate the array returned by GetLockConflic... |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Heikki Linnakangas | Fix bug where GIN scan keys were not initialized with... |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Stephen Frost | Clean up range-table building in copy.c |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Stephen Frost | Fix column-privilege leak in error-message paths |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Tom Lane | Fix NUMERIC field access macros to treat NaNs consistently. |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in dblink's materializeQueryR... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in pltcl_SPI_execute_plan(). |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in asyncQueueReadAllNotificat... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Further cleanup of ReorderBufferCommit(). |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Clean up assorted issues in ALTER SYSTEM coding. |
commit | commitdiff | tree | snapshot |
next |