| 2015-02-20 |  Tom Lane | Some more FLEXIBLE_ARRAY_MEMBER hacking. | commit | commitdiff | tree | snapshot | 
| 2015-02-20 |  Tom Lane | Remove unused variable. | commit | commitdiff | tree | snapshot | 
| 2015-02-20 |  Tom Lane | Use "#ifdef CATALOG_VARLEN" to protect nullable fields... | commit | commitdiff | tree | snapshot | 
| 2015-02-20 |  Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | commit | commitdiff | tree | snapshot | 
| 2015-02-20 |  Tom Lane | Add pg_stat_get_snapshot_timestamp() to show statistics... | commit | commitdiff | tree | snapshot | 
| 2015-02-19 |  Heikki Linnakangas | Remove dead structs. | commit | commitdiff | tree | snapshot | 
| 2015-02-19 |  Tom Lane | Update assorted TOAST-related documentation. | commit | commitdiff | tree | snapshot | 
| 2015-02-19 |  Tom Lane | Split array_push into separate array_append and array_p... | commit | commitdiff | tree | snapshot | 
| 2015-02-19 |  Peter Eisentraut | Fix Perl coding error in msvc build system | commit | commitdiff | tree | snapshot | 
| 2015-02-18 |  Alvaro Herrera | Fix opclass/opfamily identity strings | 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 placement of "SET row_security" command issuance... | 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 | Fix EXPLAIN output for cases where parent table is... | commit | commitdiff | tree | snapshot | 
| 2015-02-17 |  Heikki Linnakangas | Fix a bug in pairing heap removal code. | commit | commitdiff | tree | snapshot | 
| 2015-02-17 |  Heikki Linnakangas | Fix knn-GiST queue comparison function to return heap... | 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 |  Kevin Grittner | Eliminate unnecessary NULL checks in picksplit method... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Tom Lane | Fix misuse of memcpy() in check_ip(). | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Heikki Linnakangas | Fix comment in libpq OpenSSL code about why a substitue... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Heikki Linnakangas | Restore the SSL_set_session_id_context() call to OpenSS... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Tom Lane | Use fast path in plpgsql's RETURN/RETURN NEXT in more... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Heikki Linnakangas | In the SSL test suite, use a root CA cert that won... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Tom Lane | Rationalize the APIs of array element/slice access... | commit | commitdiff | tree | snapshot | 
| 2015-02-16 |  Fujii Masao | Correct the path of pg_lzcompress.c in doc. | 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 |  Andrew Dunstan | Minor housekeeping on JSON docs. | commit | commitdiff | tree | snapshot | 
| 2015-02-15 |  Peter Eisentraut | pg_regress: Write processed input/*.source into output dir | commit | commitdiff | tree | snapshot | 
| 2015-02-14 |  Tom Lane | Avoid returning undefined bytes in chkpass_in(). | commit | commitdiff | tree | snapshot | 
| 2015-02-13 |  Heikki Linnakangas | Fix broken #ifdef for __sparcv8 | commit | commitdiff | tree | snapshot | 
| 2015-02-13 |  Heikki Linnakangas | Simplify waiting logic in reading from / writing to... | commit | commitdiff | tree | snapshot | 
| 2015-02-13 |  Heikki Linnakangas | Simplify the way OpenSSL renegotiation is initiated... | commit | commitdiff | tree | snapshot | 
| 2015-02-12 |  Bruce Momjian | pg_upgrade:  improve checksum mismatch error message | 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 |  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-10 |  Michael Meskes | Fixed array handling in ecpg. | commit | commitdiff | tree | snapshot | 
| 2015-02-10 |  Heikki Linnakangas | Speed up CRC calculation using slicing-by-8 algorithm. | commit | commitdiff | tree | snapshot | 
| 2015-02-09 |  Heikki Linnakangas | Fix MSVC build. | commit | commitdiff | tree | snapshot | 
| 2015-02-09 |  Tom Lane | Minor cleanup/code review for "indirect toast" stuff. | commit | commitdiff | tree | snapshot | 
| 2015-02-09 |  Heikki Linnakangas | Move pg_crc.c to src/common, and remove pg_crc_tables.h | commit | commitdiff | tree | snapshot | 
| 2015-02-09 |  Fujii Masao | Move pg_lzcompress.c to src/common. | commit | commitdiff | tree | snapshot | 
| 2015-02-07 |  Noah Misch | Check DCH_MAX_ITEM_SIZ limits with <=, not <. | commit | commitdiff | tree | snapshot | 
| 2015-02-07 |  Noah Misch | Assert(PqCommReadingMsg) in pq_peekbyte(). | commit | commitdiff | tree | snapshot | 
| 2015-02-06 |  Heikki Linnakangas | Report WAL flush, not insert, position in replication... | commit | commitdiff | tree | snapshot | 
| 2015-02-05 |  Michael Meskes | This routine was calling ecpg_alloc to allocate to... | commit | commitdiff | tree | snapshot | 
| 2015-02-04 |  Heikki Linnakangas | Use a separate memory context for GIN scan keys. | 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 |  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 | 
| next |