2015-02-04 |
Heikki Linnakangas | Fix reference-after-free when waiting for another xact... |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Robert Haas | pgcrypto: Code cleanup for decrypt_internal. |
commit | commitdiff | tree | snapshot |
2015-02-04 |
Heikki Linnakangas | Fix memory leaks on OOM in ecpg. |
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-04 |
Heikki Linnakangas | Add dummy PQsslAttributes function for non-SSL builds. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Remove ill-conceived Assertion in ProcessClientWriteInt... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Remove remnants of ImmediateInterruptOK handling. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Remove the option to service interrupts during PGSemaph... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Move deadlock and other interrupt handling in proc... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Don't allow immediate interrupts during authentication... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Tom Lane | Remove unused "m" field in LSEG. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Process 'die' interrupts while reading/writing from... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Introduce and use infrastructure for interrupt processi... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Andres Freund | Use a nonblocking socket for FE/BE communication and... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Tom Lane | Fix breakage in GEODEBUG debug code. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Heikki Linnakangas | Add API functions to libpq to interrogate SSL related... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Heikki Linnakangas | Refactor page compactifying code. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Heikki Linnakangas | Rephrase the documentation on pg_receivexlog --synchron... |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2015-02-03 |
Heikki Linnakangas | Remove dead code. |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Robert Haas | Add new function BackgroundWorkerInitializeConnectionByOid. |
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 | First-draft release notes for 9.4.1 et al. |
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 |
Stephen Frost | Policy documentation improvements |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Tom Lane | Fix jsonb Unicode escape processing, and in consequence... |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Peter Eisentraut | doc: Remove superfluous table column |
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 |
Robert Haas | Provide a way to supress the "out of memory" error... |
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 |
Bruce Momjian | doc: clarify libpq's 'verify-full' host name check |
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 |
Andres Freund | Align buffer descriptors to cache line boundaries. |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Andres Freund | Fix #ifdefed'ed out code to compile again. |
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-29 |
Robert Haas | Move out-of-memory error checks from aset.c to mcxt.c |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stephen Frost | Reword CREATE POLICY parameter descriptions |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stephen Frost | CREATE POLICY expression -> using_expression |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stephen Frost | Improve CREATE POLICY documentation |
commit | commitdiff | tree | snapshot |
2015-01-29 |
Stephen Frost | Add usebypassrls to pg_user and pg_shadow |
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-28 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2015-01-28 |
Heikki Linnakangas | Remove dead NULL-pointer checks in GiST code. |
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 | Add a note to PG_TRY's documentation about volatile... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Tom Lane | Fix volatile-safety issue in dblink's materializeQueryR... |
commit | commitdiff | tree | snapshot |
2015-01-26 |
Robert Haas | Re-enable abbreviated keys on Windows. |
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 |
2015-01-24 |
Tom Lane | Clean up some mess in row-security patches. |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Tom Lane | Fix unsafe coding in ReorderBufferCommit(). |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Tom Lane | Replace a bunch more uses of strncpy() with safer coding. |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Tom Lane | Remove no-longer-referenced src/port/gethostname.c. |
commit | commitdiff | tree | snapshot |
2015-01-24 |
Alvaro Herrera | Fix assignment operator thinko |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Robert Haas | Fix typos, update README. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Alvaro Herrera | vacuumdb: enable parallel mode |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Robert Haas | Don't use abbreviated keys for the final merge pass. |
commit | commitdiff | tree | snapshot |
2015-01-23 |
Robert Haas | Add an explicit cast to Size to hyperloglog.c |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Tom Lane | Prevent duplicate escape-string warnings when using... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alvaro Herrera | Tweak BRIN minmax operator class |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Bruce Momjian | docs: update libpq's PQputCopyData and PQputCopyEnd |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Robert Haas | Repair brain fade in commit b181a91981203f6ec9403115a29... |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Bruce Momjian | adjust ACL owners for REASSIGN and ALTER OWNER TO |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Robert Haas | More fixes for abbreviated keys infrastructure. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Robert Haas | Heavily refactor btsortsupport_worker. |
commit | commitdiff | tree | snapshot |
2015-01-22 |
Alvaro Herrera | reinit.h: Fix typo in identification comment |
commit | commitdiff | tree | snapshot |
2015-01-21 |
Robert Haas | Disable abbreviated keys on Windows. |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Bruce Momjian | tools/ccsym: update for modern versions of gcc |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Robert Haas | Add strxfrm_l to list of functions where Windows adds... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Tom Lane | In pg_regress, remove the temporary installation upon... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Tom Lane | Adjust "pgstat wait timeout" message to be a translatab... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Andres Freund | Fix various shortcomings of the new PrivateRefCount... |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Robert Haas | Use abbreviated keys for faster sorting of text datums. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Robert Haas | Typo fix. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Alvaro Herrera | doc: Fix typos in make_timestamp{,tz} examples |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Robert Haas | BRIN typo fix. |
commit | commitdiff | tree | snapshot |
2015-01-19 |
Peter Eisentraut | Install shared libraries also in bin on cygwin, mingw |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Tom Lane | Fix ancient thinko in default table rowcount estimation. |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Noah Misch | Activate low-volume optional logging during regression... |
commit | commitdiff | tree | snapshot |
next |