2014-02-25 |
Peter Eisentraut | Update and clarify ssl_ciphers default |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | Increase work_mem and maintenance_work_mem defaults... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | docs: remove unnecessary references to old PG versions |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | psql: add separate \d display for disabled system... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | pg_dump: fix subtle memory leak in func and arg signat... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | Fix markup for CHAR() doc patch |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | Allow single-point polygons to be converted to circles |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bruce Momjian | docs: document behavior of CHAR() comparisons with... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Robert Haas | Use pg_lsn data type in pg_stat_replication, too. |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Robert Haas | Remove a couple of comments from the pg_lsn regression... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Peter Eisentraut | doc: Improve DocBook XML validity |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Tom Lane | Prefer pg_any_to_server/pg_server_to_any over pg_do_enc... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Tom Lane | Plug some more holes in encoding conversion. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Peter Eisentraut | configure.in: Use dnl in place of # where appropriate |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Peter Eisentraut | pg_basebackup: Add support for relocating tablespaces |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Tom Lane | Do ScalarArrayOp estimation correctly when array is... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Heikki Linnakangas | Avoid integer overflow in hstore_to_json(). |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Peter Eisentraut | doc: Clarify documentation page header customization... |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Heikki Linnakangas | Improve comment on setting data_checksum GUC. |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Tom Lane | Remove inappropriate EXPORTS line. |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Tom Lane | Avoid using dllwrap to build pgevent in Mingw builds. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Tom Lane | Fix some missing .gitignore and "make clean" items... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Robert Haas | Document pg_replslot in storage.sgml. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Robert Haas | Switch various builtin functions to use pg_lsn instead... |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Robert Haas | Further code review for pg_lsn data type. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Robert Haas | pg_lsn macro naming and type behavior revisions. |
commit | commitdiff | tree | snapshot |
2014-02-19 |
Robert Haas | Add a pg_lsn data type, to represent an LSN. |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Tom Lane | Remove broken code that tried to handle OVERLAPS with... |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Magnus Hagander | Disable RandomizedBaseAddress on MSVC builds |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Heikki Linnakangas | Fix comment; checkpointer, not bgwriter, performs check... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Robert Haas | Fix capitalization in README. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Improve documentation about multixact IDs. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Document risks of "make check" in the regression testin... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Prevent potential overruns of fixed-size buffers. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Predict integer overflow to avoid buffer overruns. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Fix handling of wide datetime input/output. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Robert Haas | Avoid repeated name lookups during table and index... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Document security implications of check_function_bodies. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Prevent privilege escalation in explicit calls to PL... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Noah Misch | Shore up ADMIN OPTION restrictions. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Release notes for 9.3.3, 9.2.7, 9.1.12, 9.0.16, 8.4.20. |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_e... |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Tom Lane | Fix unportable coding in tarCreateHeader(). |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | Revert to using --enable-auto-import in Cygwin builds. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | Further wordsmithing on 9.3.3 release notes. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | PGDLLIMPORT'ify DateStyle and IntervalStyle. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | Improve release notes per comments from Andres Freund. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | On Windows, expect to find Tcl DLL in bin directory... |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Tom Lane | First-draft release notes for 9.3.3. |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Fix unportable coding in BackgroundWorkerStateChange(). |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Fix unportable coding in DetermineSleepTime(). |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Centralize getopt-related declarations in a new header... |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Bruce Momjian | Remove use of sscanf in pg_upgrade, and add C comment... |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Bruce Momjian | psql: Add C comment about gset_prefix being freed... |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Ooops, forgot to remove solar87 and friends from src... |
commit | commitdiff | tree | snapshot |
2014-02-15 |
Tom Lane | Update time zone data files to tzdata release 2013i. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Fix fat-fingered makefile changes for pltcl. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Update regression testing instructions. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | In mingw builds, make our own import library for libtcl... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Suggest shell here-documents instead of psql -c for... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | In mingw builds, make our own import library for libperl. |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Tom Lane | Cosmetic improvements in plpython's make rule for libpy... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Heikki Linnakangas | Change the order that pg_xlog and WAL archive are polle... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Bruce Momjian | Add C comment about problems with CHAR() space trimming |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Clean up error cases in psql's COPY TO STDOUT/FROM... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Alvaro Herrera | Separate multixact freezing parameters from xid's |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Bruce Momjian | docs: improve CREATE FUNCTION docs about language case... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Bruce Momjian | pgcrypto: clarify 'md5' (hash) table entry |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Fix length checking for Unicode identifiers containing... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Bruce Momjian | pg_upgrade: mention the need for tablespace snapshots... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Bruce Momjian | pg_upgrade: document use of file system and COW snapshots |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Tom Lane | Improve cross-references between minor version release... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Improve text of stub HISTORY file. |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Improve libpq's error recovery for connection loss... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | Revert gmake/make release note changes |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | Rename 'gmake' to 'make' in docs and recommended commands |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | pg_upgrade: dramatically reduce memory consumption |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | pg_test_fsync: add C comment about direct I/O and write... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | In XLogReadBufferExtended, don't assume P_NEW yields... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Magnus Hagander | Add missing include, required on some platforms |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Magnus Hagander | Kill pg_basebackup background process when exiting |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Use --disable-auto-import linker switch in Mingw builds... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Remove --enable-auto-import linker switch in Cygwin... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Bruce Momjian | doc: Postgres date-style date-only output is ISO |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Tom Lane | Tweak position of $(DLL_DEFFILE) in shared-library... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Make gendef.pl emit DATA annotations for global variables. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Flush a stray definition of $(DLLTOOL). |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Get rid of use of dlltool in Mingw builds. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Cygwin build fixes. |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Peter Eisentraut | scripts: Remove newlines from end of generated SQL |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Tom Lane | Don't generate plain-text HISTORY and src/test/regress... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Heikki Linnakangas | Fix WakeupWaiters() to not wake up an exclusive locker... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Heikki Linnakangas | Use memmove() instead of memcpy() for copying overlappi... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Stephen Frost | Further pg_dump / ftello improvements |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Stephen Frost | Focus on ftello result < 0 instead of errno |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Magnus Hagander | Limit pg_basebackup progress output to 1/second |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Magnus Hagander | Avoid printing uninitialized filename variable in verbo... |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Stephen Frost | Minor pg_dump improvements |
commit | commitdiff | tree | snapshot |
next |