| 2015-02-23 |
Heikki Linnakangas | Replace checkpoint_segments with min_wal_size and max_w... |
commit | commitdiff | tree |
| 2015-02-23 |
Heikki Linnakangas | Renumber GUC_* constants. |
commit | commitdiff | tree |
| 2015-02-23 |
Heikki Linnakangas | Refactor unit conversions code in guc.c. |
commit | commitdiff | tree |
| 2015-02-23 |
Andres Freund | Guard against spurious signals in LockBufferForCleanup. |
commit | commitdiff | tree |
| 2015-02-23 |
Fujii Masao | Add GUC to control the time to wait before retrieving... |
commit | commitdiff | tree |
| 2015-02-23 |
Heikki Linnakangas | Fix potential deadlock with libpq non-blocking mode. |
commit | commitdiff | tree |
| 2015-02-22 |
Tom Lane | Add parse location fields to NullTest and BooleanTest... |
commit | commitdiff | tree |
| 2015-02-22 |
Tom Lane | Get rid of multiple applications of transformExpr(... |
commit | commitdiff | tree |
| 2015-02-22 |
Tom Lane | Represent BETWEEN as a special node type in raw parse... |
commit | commitdiff | tree |
| 2015-02-22 |
Jeff Davis | Rename variable in AllocSetContextCreate to be consistent. |
commit | commitdiff | tree |
| 2015-02-22 |
Jeff Davis | In array_agg(), don't create a new context for every... |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Try to fix busted gettimeofday() code. |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code. |
commit | commitdiff | tree |
| 2015-02-21 |
Andres Freund | Force some system catalog table columns to be marked... |
commit | commitdiff | tree |
| 2015-02-21 |
Andres Freund | Allow forcing nullness of columns during bootstrap. |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Don't need to explain [1] kluge anymore in xfunc.sgml. |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in a number of other places. |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Minor code beautification in conninfo_uri_parse_params(). |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Fix misparsing of empty value in conninfo_uri_parse_par... |
commit | commitdiff | tree |
| 2015-02-21 |
Robert Haas | Don't require users of src/port/gettimeofday.c to initi... |
commit | commitdiff | tree |
| 2015-02-21 |
Tom Lane | Some more FLEXIBLE_ARRAY_MEMBER fixes. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Fix statically allocated struct with FLEXIBLE_ARRAY_MEM... |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in some more places. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in struct varlena. |
commit | commitdiff | tree |
| 2015-02-20 |
Alvaro Herrera | Remove unnecessary and unreliable test |
commit | commitdiff | tree |
| 2015-02-20 |
Alvaro Herrera | Update PGSTAT_FILE_FORMAT_ID |
commit | commitdiff | tree |
| 2015-02-20 |
Alvaro Herrera | Have TRUNCATE update pgstat tuple counters |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Some more FLEXIBLE_ARRAY_MEMBER hacking. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Remove unused variable. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Use "#ifdef CATALOG_VARLEN" to protect nullable fields... |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. |
commit | commitdiff | tree |
| 2015-02-20 |
Tom Lane | Add pg_stat_get_snapshot_timestamp() to show statistics... |
commit | commitdiff | tree |
| 2015-02-19 |
Heikki Linnakangas | Remove dead structs. |
commit | commitdiff | tree |
| 2015-02-19 |
Tom Lane | Update assorted TOAST-related documentation. |
commit | commitdiff | tree |
| 2015-02-19 |
Tom Lane | Split array_push into separate array_append and array_p... |
commit | commitdiff | tree |
| 2015-02-19 |
Peter Eisentraut | Fix Perl coding error in msvc build system |
commit | commitdiff | tree |
| 2015-02-18 |
Alvaro Herrera | Fix opclass/opfamily identity strings |
commit | commitdiff | tree |
| 2015-02-18 |
Alvaro Herrera | Fix object identities for pg_conversion objects |
commit | commitdiff | tree |
| 2015-02-18 |
Tom Lane | Fix placement of "SET row_security" command issuance... |
commit | commitdiff | tree |
| 2015-02-18 |
Tom Lane | Fix failure to honor -Z compression level option in... |
commit | commitdiff | tree |
| 2015-02-17 |
Tom Lane | Fix EXPLAIN output for cases where parent table is... |
commit | commitdiff | tree |
| 2015-02-17 |
Heikki Linnakangas | Fix a bug in pairing heap removal code. |
commit | commitdiff | tree |
| 2015-02-17 |
Heikki Linnakangas | Fix knn-GiST queue comparison function to return heap... |
commit | commitdiff | tree |
| 2015-02-17 |
Tom Lane | Remove code to match IPv4 pg_hba.conf entries to IPv4... |
commit | commitdiff | tree |
| 2015-02-17 |
Robert Haas | Improve pg_check_dir code and comments. |
commit | commitdiff | tree |
| 2015-02-16 |
Kevin Grittner | Eliminate unnecessary NULL checks in picksplit method... |
commit | commitdiff | tree |
| 2015-02-16 |
Tom Lane | Fix misuse of memcpy() in check_ip(). |
commit | commitdiff | tree |
| 2015-02-16 |
Heikki Linnakangas | Fix comment in libpq OpenSSL code about why a substitue... |
commit | commitdiff | tree |
| 2015-02-16 |
Heikki Linnakangas | Restore the SSL_set_session_id_context() call to OpenSS... |
commit | commitdiff | tree |
| 2015-02-16 |
Tom Lane | Use fast path in plpgsql's RETURN/RETURN NEXT in more... |
commit | commitdiff | tree |
| 2015-02-16 |
Heikki Linnakangas | In the SSL test suite, use a root CA cert that won... |
commit | commitdiff | tree |
| 2015-02-16 |
Tom Lane | Rationalize the APIs of array element/slice access... |
commit | commitdiff | tree |
| 2015-02-16 |
Fujii Masao | Correct the path of pg_lzcompress.c in doc. |
commit | commitdiff | tree |
| 2015-02-16 |
Tom Lane | Fix null-pointer-deref crash while doing COPY IN with... |
commit | commitdiff | tree |
| 2015-02-15 |
Andrew Dunstan | Minor housekeeping on JSON docs. |
commit | commitdiff | tree |
| 2015-02-15 |
Peter Eisentraut | pg_regress: Write processed input/*.source into output dir |
commit | commitdiff | tree |
| 2015-02-14 |
Tom Lane | Avoid returning undefined bytes in chkpass_in(). |
commit | commitdiff | tree |
| 2015-02-13 |
Heikki Linnakangas | Fix broken #ifdef for __sparcv8 |
commit | commitdiff | tree |
| 2015-02-13 |
Heikki Linnakangas | Simplify waiting logic in reading from / writing to... |
commit | commitdiff | tree |
| 2015-02-13 |
Heikki Linnakangas | Simplify the way OpenSSL renegotiation is initiated... |
commit | commitdiff | tree |
| 2015-02-12 |
Bruce Momjian | pg_upgrade: improve checksum mismatch error message |
commit | commitdiff | tree |
| 2015-02-12 |
Bruce Momjian | pg_upgrade: quote directory names in delete_old_cluste... |
commit | commitdiff | tree |
| 2015-02-12 |
Bruce Momjian | pg_upgrade: preserve freeze info for postgres/template... |
commit | commitdiff | tree |
| 2015-02-12 |
Andres Freund | Fix typo in logicaldecoding.sgml. |
commit | commitdiff | tree |
| 2015-02-12 |
Tom Lane | Fix missing PQclear() in libpqrcv_endstreaming(). |
commit | commitdiff | tree |
| 2015-02-12 |
Tom Lane | Fix minor memory leak in ident_inet(). |
commit | commitdiff | tree |
| 2015-02-11 |
Tom Lane | Fix more memory leaks in failure path in buildACLCommands. |
commit | commitdiff | tree |
| 2015-02-11 |
Tom Lane | Fix pg_dump's heuristic for deciding which casts to... |
commit | commitdiff | tree |
| 2015-02-11 |
Tom Lane | Fix GEQO to not assume its join order heuristic always... |
commit | commitdiff | tree |
| 2015-02-10 |
Michael Meskes | Fixed array handling in ecpg. |
commit | commitdiff | tree |
| 2015-02-10 |
Heikki Linnakangas | Speed up CRC calculation using slicing-by-8 algorithm. |
commit | commitdiff | tree |
| 2015-02-09 |
Heikki Linnakangas | Fix MSVC build. |
commit | commitdiff | tree |
| 2015-02-09 |
Tom Lane | Minor cleanup/code review for "indirect toast" stuff. |
commit | commitdiff | tree |
| 2015-02-09 |
Heikki Linnakangas | Move pg_crc.c to src/common, and remove pg_crc_tables.h |
commit | commitdiff | tree |
| 2015-02-09 |
Fujii Masao | Move pg_lzcompress.c to src/common. |
commit | commitdiff | tree |
| 2015-02-07 |
Noah Misch | Check DCH_MAX_ITEM_SIZ limits with <=, not <. |
commit | commitdiff | tree |
| 2015-02-07 |
Noah Misch | Assert(PqCommReadingMsg) in pq_peekbyte(). |
commit | commitdiff | tree |
| 2015-02-06 |
Heikki Linnakangas | Report WAL flush, not insert, position in replication... |
commit | commitdiff | tree |
| 2015-02-05 |
Michael Meskes | This routine was calling ecpg_alloc to allocate to... |
commit | commitdiff | tree |
| 2015-02-04 |
Heikki Linnakangas | Use a separate memory context for GIN scan keys. |
commit | commitdiff | tree |
| 2015-02-04 |
Heikki Linnakangas | Fix reference-after-free when waiting for another xact... |
commit | commitdiff | tree |
| 2015-02-04 |
Robert Haas | pgcrypto: Code cleanup for decrypt_internal. |
commit | commitdiff | tree |
| 2015-02-04 |
Heikki Linnakangas | Fix memory leaks on OOM in ecpg. |
commit | commitdiff | tree |
| 2015-02-04 |
Andres Freund | Add missing float.h include to snprintf.c. |
commit | commitdiff | tree |
| 2015-02-04 |
Fujii Masao | doc: Fix markup |
commit | commitdiff | tree |
| 2015-02-04 |
Heikki Linnakangas | Add dummy PQsslAttributes function for non-SSL builds. |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Remove ill-conceived Assertion in ProcessClientWriteInt... |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Remove remnants of ImmediateInterruptOK handling. |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Remove the option to service interrupts during PGSemaph... |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Move deadlock and other interrupt handling in proc... |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Don't allow immediate interrupts during authentication... |
commit | commitdiff | tree |
| 2015-02-03 |
Tom Lane | Remove unused "m" field in LSEG. |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Process 'die' interrupts while reading/writing from... |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Introduce and use infrastructure for interrupt processi... |
commit | commitdiff | tree |
| 2015-02-03 |
Andres Freund | Use a nonblocking socket for FE/BE communication and... |
commit | commitdiff | tree |
| 2015-02-03 |
Tom Lane | Fix breakage in GEODEBUG debug code. |
commit | commitdiff | tree |
| 2015-02-03 |
Heikki Linnakangas | Add API functions to libpq to interrogate SSL related... |
commit | commitdiff | tree |
| 2015-02-03 |
Heikki Linnakangas | Refactor page compactifying code. |
commit | commitdiff | tree |
| next |