| 2016-07-20 |
Magnus Hagander | Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-07-19 |
Tom Lane | Remove very-obsolete estimates of shmem usage from... |
commit | commitdiff | tree | snapshot |
| 2016-07-19 |
Tom Lane | Fix MSVC build for changes in zic. |
commit | commitdiff | tree | snapshot |
| 2016-07-19 |
Tom Lane | Sync back-branch copies of the timezone code with IANA... |
commit | commitdiff | tree | snapshot |
| 2016-07-18 |
Tom Lane | Doc: improve discussion of plpgsql's GET DIAGNOSTICS... |
commit | commitdiff | tree | snapshot |
| 2016-07-17 |
Peter Eisentraut | Use correct symbol for minimum int64 value |
commit | commitdiff | tree | snapshot |
| 2016-07-16 |
Tom Lane | Fix crash in close_ps() for NaN input coordinates. |
commit | commitdiff | tree | snapshot |
| 2016-07-16 |
Andres Freund | Fix torn-page, unlogged xid and further risks from... |
commit | commitdiff | tree | snapshot |
| 2016-07-15 |
Andres Freund | Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMA... |
commit | commitdiff | tree | snapshot |
| 2016-07-15 |
Alvaro Herrera | Avoid serializability errors when locking a tuple with... |
commit | commitdiff | tree | snapshot |
| 2016-07-15 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-07-14 |
Tom Lane | Fix GiST index build for NaN values in geometric types. |
commit | commitdiff | tree | snapshot |
| 2016-07-13 |
Tom Lane | Fix obsolete header-file reference in pg_buffercache... |
commit | commitdiff | tree | snapshot |
| 2016-07-12 |
Tom Lane | Allow IMPORT FOREIGN SCHEMA within pl/pgsql. |
commit | commitdiff | tree | snapshot |
| 2016-07-11 |
Peter Eisentraut | doc: Update URL for PL/PHP |
commit | commitdiff | tree | snapshot |
| 2016-07-11 |
Magnus Hagander | Add missing newline in error message |
commit | commitdiff | tree | snapshot |
| 2016-07-09 |
Tom Lane | Fix TAP tests and MSVC scripts for pathnames with spaces. |
commit | commitdiff | tree | snapshot |
| 2016-07-08 |
Tom Lane | Docs: improve examples about not repeating table name... |
commit | commitdiff | tree | snapshot |
| 2016-07-04 |
Tom Lane | Fix failure to handle conflicts in non-arbiter exclusio... |
commit | commitdiff | tree | snapshot |
| 2016-07-02 |
Bruce Momjian | doc: mention dependency on collation libraries |
commit | commitdiff | tree | snapshot |
| 2016-07-01 |
Tom Lane | Be more paranoid in ruleutils.c's get_variable(). |
commit | commitdiff | tree | snapshot |
| 2016-07-01 |
Robert Haas | Fix crash bug in RestoreSnapshot. |
commit | commitdiff | tree | snapshot |
| 2016-06-30 |
Tom Lane | Fix typo in ReorderBufferIterTXNInit(). |
commit | commitdiff | tree | snapshot |
| 2016-06-27 |
Tom Lane | Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA... |
commit | commitdiff | tree | snapshot |
| 2016-06-24 |
Alvaro Herrera | Fix handling of multixacts predating pg_upgrade |
commit | commitdiff | tree | snapshot |
| 2016-06-24 |
Tom Lane | Fix building of large (bigger than shared_buffers)... |
commit | commitdiff | tree | snapshot |
| 2016-06-23 |
Andrew Dunstan | Add tab completion for pager_min_lines to psql. |
commit | commitdiff | tree | snapshot |
| 2016-06-22 |
Tom Lane | Make "postgres -C guc" print "" not "(null)" for null... |
commit | commitdiff | tree | snapshot |
| 2016-06-22 |
Tom Lane | Document that dependency tracking doesn't consider... |
commit | commitdiff | tree | snapshot |
| 2016-06-20 |
Tom Lane | Add missing check for malloc failure in plpgsql_extra_c... |
commit | commitdiff | tree | snapshot |
| 2016-06-20 |
Magnus Hagander | Add missing documentation of pg_roles.rolbypassrls |
commit | commitdiff | tree | snapshot |
| 2016-06-19 |
Tom Lane | Docs: improve description of psql's %R prompt escape... |
commit | commitdiff | tree | snapshot |
| 2016-06-17 |
Alvaro Herrera | Finish up XLOG_HINT renaming |
commit | commitdiff | tree | snapshot |
| 2016-06-16 |
Tom Lane | Fix validation of overly-long IPv6 addresses. |
commit | commitdiff | tree | snapshot |
| 2016-06-16 |
Tom Lane | Avoid crash in "postgres -C guc" for a GUC with a null... |
commit | commitdiff | tree | snapshot |
| 2016-06-15 |
Tom Lane | Widen buffer for headers in psql's \watch command. |
commit | commitdiff | tree | snapshot |
| 2016-06-13 |
Tom Lane | Fix multiple minor infelicities in aclchk.c error reports. |
commit | commitdiff | tree | snapshot |
| 2016-06-13 |
Tom Lane | Remove extraneous leading whitespace in Windows build... |
commit | commitdiff | tree | snapshot |
| 2016-06-09 |
Tom Lane | Clarify documentation of ceil/ceiling/floor functions. |
commit | commitdiff | tree | snapshot |
| 2016-06-07 |
Alvaro Herrera | nls-global.mk: search build dir for source files, too |
commit | commitdiff | tree | snapshot |
| 2016-06-07 |
Alvaro Herrera | Fix thinko in description of table_name parameter |
commit | commitdiff | tree | snapshot |
| 2016-06-06 |
Tom Lane | Don't reset changes_since_analyze after a selective... |
commit | commitdiff | tree | snapshot |
| 2016-06-05 |
Tom Lane | Properly initialize SortSupport for ORDER BY rechecks... |
commit | commitdiff | tree | snapshot |
| 2016-06-03 |
Tom Lane | Fix grammar's AND/OR flattening to work with operator_p... |
commit | commitdiff | tree | snapshot |
| 2016-06-03 |
Tom Lane | Mark read/write expanded values as read-only in ValuesN... |
commit | commitdiff | tree | snapshot |
| 2016-06-03 |
Tom Lane | Mark read/write expanded values as read-only in ExecPro... |
commit | commitdiff | tree | snapshot |
| 2016-06-03 |
Tom Lane | Suppress -Wunused-result warnings about write(), again. |
commit | commitdiff | tree | snapshot |
| 2016-06-02 |
Tom Lane | Redesign handling of SIGTERM/control-C in parallel... |
commit | commitdiff | tree | snapshot |
| 2016-06-02 |
Kevin Grittner | Fix btree mark/restore bug. |
commit | commitdiff | tree | snapshot |
| 2016-06-01 |
Tom Lane | Clean up some minor inefficiencies in parallel dump... |
commit | commitdiff | tree | snapshot |
| 2016-05-31 |
Tom Lane | Avoid useless closely-spaced writes of statistics files. |
commit | commitdiff | tree | snapshot |
| 2016-05-31 |
Tom Lane | Fix typo in CREATE DATABASE syntax synopsis. |
commit | commitdiff | tree | snapshot |
| 2016-05-30 |
Alvaro Herrera | Fix PageAddItem BRIN bug |
commit | commitdiff | tree | snapshot |
| 2016-05-29 |
Tom Lane | Fix missing abort checks in pg_backup_directory.c. |
commit | commitdiff | tree | snapshot |
| 2016-05-29 |
Tom Lane | Remove pg_dump/parallel.c's useless "aborting" flag. |
commit | commitdiff | tree | snapshot |
| 2016-05-28 |
Tom Lane | Lots of comment-fixing, and minor cosmetic cleanup... |
commit | commitdiff | tree | snapshot |
| 2016-05-27 |
Tom Lane | Clean up thread management in parallel pg_dump for... |
commit | commitdiff | tree | snapshot |
| 2016-05-27 |
Tom Lane | Be more predictable about reporting "lock timeout"... |
commit | commitdiff | tree | snapshot |
| 2016-05-26 |
Magnus Hagander | Make pg_dump error cleanly with -j against hot standby |
commit | commitdiff | tree | snapshot |
| 2016-05-26 |
Alvaro Herrera | Fix typo in 9.5 release nodes |
commit | commitdiff | tree | snapshot |
| 2016-05-26 |
Tom Lane | Make pg_dump behave more sanely when built without... |
commit | commitdiff | tree | snapshot |
| 2016-05-26 |
Tom Lane | In Windows pg_dump, ensure idle workers will shut down... |
commit | commitdiff | tree | snapshot |
| 2016-05-25 |
Tom Lane | Ensure that backends see up-to-date statistics for... |
commit | commitdiff | tree | snapshot |
| 2016-05-25 |
Tom Lane | Fix broken error handling in parallel pg_dump/pg_restore. |
commit | commitdiff | tree | snapshot |
| 2016-05-24 |
Tom Lane | Fetch XIDs atomically during vac_truncate_clog(). |
commit | commitdiff | tree | snapshot |
| 2016-05-24 |
Tom Lane | Avoid consuming an XID during vac_truncate_clog(). |
commit | commitdiff | tree | snapshot |
| 2016-05-23 |
Tom Lane | Support IndexElem in raw_expression_tree_walker(). |
commit | commitdiff | tree | snapshot |
| 2016-05-23 |
Tom Lane | Fix latent crash in do_text_output_multiline(). |
commit | commitdiff | tree | snapshot |
| 2016-05-20 |
Tom Lane | Further improve documentation about --quote-all-identif... |
commit | commitdiff | tree | snapshot |
| 2016-05-20 |
Tom Lane | Improve documentation about pg_dump's --quote-all-ident... |
commit | commitdiff | tree | snapshot |
| 2016-05-14 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree | snapshot |
| 2016-05-13 |
Tom Lane | Ensure plan stability in contrib/btree_gist regression... |
commit | commitdiff | tree | snapshot |
| 2016-05-12 |
Alvaro Herrera | Fix bogus comments |
commit | commitdiff | tree | snapshot |
| 2016-05-12 |
Alvaro Herrera | Fix obsolete comment |
commit | commitdiff | tree | snapshot |
| 2016-05-11 |
Tom Lane | Fix infer_arbiter_indexes() to not barf on system columns. |
commit | commitdiff | tree | snapshot |
| 2016-05-11 |
Tom Lane | Fix assorted missing infrastructure for ON CONFLICT. |
commit | commitdiff | tree | snapshot |
| 2016-05-10 |
Alvaro Herrera | Fix autovacuum for shared relations |
commit | commitdiff | tree | snapshot |
| 2016-05-09 |
Tom Lane | Stamp 9.5.3. REL9_5_3 |
commit | commitdiff | tree | snapshot |
| 2016-05-09 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Tom Lane | Release notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22. |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Tom Lane | Docs: improve warnings about nextval() not producing... |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Peter Eisentraut | Distrust external OpenSSL clients; clear err queue |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Peter Eisentraut | Fix SSL tests |
commit | commitdiff | tree | snapshot |
| 2016-05-07 |
Tom Lane | Fix pg_upgrade to not fail when new-cluster TOAST rules... |
commit | commitdiff | tree | snapshot |
| 2016-05-06 |
Tom Lane | Fix possible read past end of string in to_timestamp(). |
commit | commitdiff | tree | snapshot |
| 2016-05-06 |
Tom Lane | Update time zone data files to tzdata release 2016d. |
commit | commitdiff | tree | snapshot |
| 2016-05-05 |
Tom Lane | Fix ordering/categorization of some recently-added... |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Peter Eisentraut | doc: Fix more typos |
commit | commitdiff | tree | snapshot |
| 2016-05-04 |
Peter Eisentraut | doc: Fix typos |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Tom Lane | Fix configure's incorrect version tests for flex and... |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Heikki Linnakangas | Remove unused macros. |
commit | commitdiff | tree | snapshot |
| 2016-05-02 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree | snapshot |
| 2016-04-30 |
Tom Lane | Fix mishandling of equivalence-class tests in parameter... |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Andrew Dunstan | Fix comment whitespace in VS2105 patch |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Andrew Dunstan | Fix typo in VS2015 patch |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Andrew Dunstan | Support building with Visual Studio 2015 |
commit | commitdiff | tree | snapshot |
| 2016-04-29 |
Andres Freund | Remember asking for feedback during walsender shutdown. |
commit | commitdiff | tree | snapshot |
| 2016-04-28 |
Tom Lane | Adjust DatumGetBool macro, this time for sure. |
commit | commitdiff | tree | snapshot |
| 2016-04-28 |
Tom Lane | Revert "Convert contrib/seg's bool-returning SQL functi... |
commit | commitdiff | tree | snapshot |
| 2016-04-27 |
Noah Misch | Impose a full barrier in generic-xlc.h atomics functions. |
commit | commitdiff | tree | snapshot |
| next |