2016-08-08 |
Noah Misch | Introduce a psql "\connect -reuse-previous=on|off"... |
commit | commitdiff | tree |
2016-08-08 |
Noah Misch | Sort out paired double quotes in \connect, \password... |
commit | commitdiff | tree |
2016-08-08 |
Tom Lane | Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. |
commit | commitdiff | tree |
2016-08-07 |
Tom Lane | Fix misestimation of n_distinct for a nearly-unique... |
commit | commitdiff | tree |
2016-08-07 |
Tom Lane | Don't propagate a null subtransaction snapshot up to... |
commit | commitdiff | tree |
2016-08-06 |
Tom Lane | In B-tree page deletion, clean up properly after page... |
commit | commitdiff | tree |
2016-08-05 |
Tom Lane | Teach libpq to decode server version correctly from... |
commit | commitdiff | tree |
2016-08-05 |
Fujii Masao | Add note about unused arguments for pg_replication_orig... |
commit | commitdiff | tree |
2016-08-05 |
Tom Lane | Update time zone data files to tzdata release 2016f. |
commit | commitdiff | tree |
2016-08-04 |
Tom Lane | Fix bogus coding in WaitForBackgroundWorkerShutdown(). |
commit | commitdiff | tree |
2016-08-03 |
Peter Eisentraut | doc: Remove documentation of nonexistent information... |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Remove duplicate InitPostmasterChild() call while start... |
commit | commitdiff | tree |
2016-08-02 |
Bruce Momjian | doc: OS collation changes can break indexes |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Block interrupts during HandleParallelMessages(). |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Sync 9.5 version of access/transam/parallel.c with... |
commit | commitdiff | tree |
2016-08-02 |
Tom Lane | Fix pg_dump's handling of public schema with both ... |
commit | commitdiff | tree |
2016-08-02 |
Peter Eisentraut | doc: Whitespace fixes in man pages |
commit | commitdiff | tree |
2016-08-01 |
Tom Lane | Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL... |
commit | commitdiff | tree |
2016-08-01 |
Michael Meskes | Fixed array checking code for "unsigned long long"... |
commit | commitdiff | tree |
2016-08-01 |
Fujii Masao | Fix pg_basebackup so that it accepts 0 as a valid compr... |
commit | commitdiff | tree |
2016-07-31 |
Tom Lane | Doc: remove claim that hash index creation depends... |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | pgbench docs: fix incorrect "last two" fields text |
commit | commitdiff | tree |
2016-07-30 |
Bruce Momjian | doc: apply hypen fix that was not backpatched |
commit | commitdiff | tree |
2016-07-29 |
Tom Lane | Fix pq_putmessage_noblock() to not block. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Guard against empty buffer in gets_fromFile()'s check... |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Fix assorted fallout from IS [NOT] NULL patch. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Improve documentation about CREATE TABLE ... LIKE. |
commit | commitdiff | tree |
2016-07-28 |
Tom Lane | Register atexit hook only once in pg_upgrade. |
commit | commitdiff | tree |
2016-07-28 |
Fujii Masao | Fix incorrect description of udt_privileges view in... |
commit | commitdiff | tree |
2016-07-26 |
Tom Lane | Fix constant-folding of ROW(...) IS [NOT] NULL with... |
commit | commitdiff | tree |
2016-07-24 |
Noah Misch | Make the AIX case of Makefile.shlib safe for parallel... |
commit | commitdiff | tree |
2016-07-22 |
Tom Lane | Fix regression tests to work in Welsh locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make contrib regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make pltcl regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-21 |
Tom Lane | Make core regression tests safe for Danish locale. |
commit | commitdiff | tree |
2016-07-20 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Remove very-obsolete estimates of shmem usage from... |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Fix MSVC build for changes in zic. |
commit | commitdiff | tree |
2016-07-19 |
Tom Lane | Sync back-branch copies of the timezone code with IANA... |
commit | commitdiff | tree |
2016-07-18 |
Tom Lane | Doc: improve discussion of plpgsql's GET DIAGNOSTICS... |
commit | commitdiff | tree |
2016-07-17 |
Peter Eisentraut | Use correct symbol for minimum int64 value |
commit | commitdiff | tree |
2016-07-16 |
Tom Lane | Fix crash in close_ps() for NaN input coordinates. |
commit | commitdiff | tree |
2016-07-16 |
Andres Freund | Fix torn-page, unlogged xid and further risks from... |
commit | commitdiff | tree |
2016-07-15 |
Andres Freund | Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA... |
commit | commitdiff | tree |
2016-07-15 |
Alvaro Herrera | Avoid serializability errors when locking a tuple with... |
commit | commitdiff | tree |
2016-07-15 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree |
2016-07-14 |
Tom Lane | Fix GiST index build for NaN values in geometric types. |
commit | commitdiff | tree |
2016-07-13 |
Tom Lane | Fix obsolete header-file reference in pg_buffercache... |
commit | commitdiff | tree |
2016-07-12 |
Tom Lane | Allow IMPORT FOREIGN SCHEMA within pl/pgsql. |
commit | commitdiff | tree |
2016-07-11 |
Peter Eisentraut | doc: Update URL for PL/PHP |
commit | commitdiff | tree |
2016-07-11 |
Magnus Hagander | Add missing newline in error message |
commit | commitdiff | tree |
2016-07-09 |
Tom Lane | Fix TAP tests and MSVC scripts for pathnames with spaces. |
commit | commitdiff | tree |
2016-07-08 |
Tom Lane | Docs: improve examples about not repeating table name... |
commit | commitdiff | tree |
2016-07-04 |
Tom Lane | Fix failure to handle conflicts in non-arbiter exclusio... |
commit | commitdiff | tree |
2016-07-02 |
Bruce Momjian | doc: mention dependency on collation libraries |
commit | commitdiff | tree |
2016-07-01 |
Tom Lane | Be more paranoid in ruleutils.c's get_variable(). |
commit | commitdiff | tree |
2016-07-01 |
Robert Haas | Fix crash bug in RestoreSnapshot. |
commit | commitdiff | tree |
2016-06-30 |
Tom Lane | Fix typo in ReorderBufferIterTXNInit(). |
commit | commitdiff | tree |
2016-06-27 |
Tom Lane | Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA... |
commit | commitdiff | tree |
2016-06-24 |
Alvaro Herrera | Fix handling of multixacts predating pg_upgrade |
commit | commitdiff | tree |
2016-06-24 |
Tom Lane | Fix building of large (bigger than shared_buffers)... |
commit | commitdiff | tree |
2016-06-23 |
Andrew Dunstan | Add tab completion for pager_min_lines to psql. |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Make "postgres -C guc" print "" not "(null)" for null... |
commit | commitdiff | tree |
2016-06-22 |
Tom Lane | Document that dependency tracking doesn't consider... |
commit | commitdiff | tree |
2016-06-20 |
Tom Lane | Add missing check for malloc failure in plpgsql_extra_c... |
commit | commitdiff | tree |
2016-06-20 |
Magnus Hagander | Add missing documentation of pg_roles.rolbypassrls |
commit | commitdiff | tree |
2016-06-19 |
Tom Lane | Docs: improve description of psql's %R prompt escape... |
commit | commitdiff | tree |
2016-06-17 |
Alvaro Herrera | Finish up XLOG_HINT renaming |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Fix validation of overly-long IPv6 addresses. |
commit | commitdiff | tree |
2016-06-16 |
Tom Lane | Avoid crash in "postgres -C guc" for a GUC with a null... |
commit | commitdiff | tree |
2016-06-15 |
Tom Lane | Widen buffer for headers in psql's \watch command. |
commit | commitdiff | tree |
2016-06-13 |
Tom Lane | Fix multiple minor infelicities in aclchk.c error reports. |
commit | commitdiff | tree |
2016-06-13 |
Tom Lane | Remove extraneous leading whitespace in Windows build... |
commit | commitdiff | tree |
2016-06-09 |
Tom Lane | Clarify documentation of ceil/ceiling/floor functions. |
commit | commitdiff | tree |
2016-06-07 |
Alvaro Herrera | nls-global.mk: search build dir for source files, too |
commit | commitdiff | tree |
2016-06-07 |
Alvaro Herrera | Fix thinko in description of table_name parameter |
commit | commitdiff | tree |
2016-06-06 |
Tom Lane | Don't reset changes_since_analyze after a selective... |
commit | commitdiff | tree |
2016-06-05 |
Tom Lane | Properly initialize SortSupport for ORDER BY rechecks... |
commit | commitdiff | tree |
2016-06-03 |
Tom Lane | Fix grammar's AND/OR flattening to work with operator_p... |
commit | commitdiff | tree |
2016-06-03 |
Tom Lane | Mark read/write expanded values as read-only in ValuesN... |
commit | commitdiff | tree |
2016-06-03 |
Tom Lane | Mark read/write expanded values as read-only in ExecPro... |
commit | commitdiff | tree |
2016-06-03 |
Tom Lane | Suppress -Wunused-result warnings about write(), again. |
commit | commitdiff | tree |
2016-06-02 |
Tom Lane | Redesign handling of SIGTERM/control-C in parallel... |
commit | commitdiff | tree |
2016-06-02 |
Kevin Grittner | Fix btree mark/restore bug. |
commit | commitdiff | tree |
2016-06-01 |
Tom Lane | Clean up some minor inefficiencies in parallel dump... |
commit | commitdiff | tree |
2016-05-31 |
Tom Lane | Avoid useless closely-spaced writes of statistics files. |
commit | commitdiff | tree |
2016-05-31 |
Tom Lane | Fix typo in CREATE DATABASE syntax synopsis. |
commit | commitdiff | tree |
2016-05-30 |
Alvaro Herrera | Fix PageAddItem BRIN bug |
commit | commitdiff | tree |
2016-05-29 |
Tom Lane | Fix missing abort checks in pg_backup_directory.c. |
commit | commitdiff | tree |
2016-05-29 |
Tom Lane | Remove pg_dump/parallel.c's useless "aborting" flag. |
commit | commitdiff | tree |
2016-05-28 |
Tom Lane | Lots of comment-fixing, and minor cosmetic cleanup... |
commit | commitdiff | tree |
2016-05-27 |
Tom Lane | Clean up thread management in parallel pg_dump for... |
commit | commitdiff | tree |
2016-05-27 |
Tom Lane | Be more predictable about reporting "lock timeout"... |
commit | commitdiff | tree |
2016-05-26 |
Magnus Hagander | Make pg_dump error cleanly with -j against hot standby |
commit | commitdiff | tree |
2016-05-26 |
Alvaro Herrera | Fix typo in 9.5 release nodes |
commit | commitdiff | tree |
2016-05-26 |
Tom Lane | Make pg_dump behave more sanely when built without... |
commit | commitdiff | tree |
2016-05-26 |
Tom Lane | In Windows pg_dump, ensure idle workers will shut down... |
commit | commitdiff | tree |
2016-05-25 |
Tom Lane | Ensure that backends see up-to-date statistics for... |
commit | commitdiff | tree |
2016-05-25 |
Tom Lane | Fix broken error handling in parallel pg_dump/pg_restore. |
commit | commitdiff | tree |
2016-05-24 |
Tom Lane | Fetch XIDs atomically during vac_truncate_clog(). |
commit | commitdiff | tree |
next |