| 2015-12-23 |
Tom Lane | In pg_dump, remember connection passwords no matter... |
commit | commitdiff | tree | snapshot |
| 2015-12-21 |
Alvaro Herrera | Rework internals of changing a type's ownership |
commit | commitdiff | tree | snapshot |
| 2015-12-21 |
Alvaro Herrera | adjust ACL owners for REASSIGN and ALTER OWNER TO |
commit | commitdiff | tree | snapshot |
| 2015-12-21 |
Stephen Frost | Make viewquery a copy in rewriteTargetView() |
commit | commitdiff | tree | snapshot |
| 2015-12-20 |
Tom Lane | Remove silly completion for "DELETE FROM tabname ...". |
commit | commitdiff | tree | snapshot |
| 2015-12-17 |
Tom Lane | Fix improper initialization order for readline. |
commit | commitdiff | tree | snapshot |
| 2015-12-16 |
Tom Lane | Cope with Readline's failure to track SIGWINCH events... |
commit | commitdiff | tree | snapshot |
| 2015-12-14 |
Alvaro Herrera | Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly |
commit | commitdiff | tree | snapshot |
| 2015-12-14 |
Heikki Linnakangas | Fix out-of-memory error handling in ParameterDescriptio... |
commit | commitdiff | tree | snapshot |
| 2015-12-14 |
Andres Freund | Correct statement to actually be the intended assert... |
commit | commitdiff | tree | snapshot |
| 2015-12-14 |
Tom Lane | Docs: document that psql's "\i -" means read from stdin. |
commit | commitdiff | tree | snapshot |
| 2015-12-13 |
Magnus Hagander | Properly initialize write, flush and replay locations... |
commit | commitdiff | tree | snapshot |
| 2015-12-13 |
Tom Lane | Doc: update external URLs for PostGIS project. |
commit | commitdiff | tree | snapshot |
| 2015-12-12 |
Andres Freund | Fix ALTER TABLE ... SET TABLESPACE for unlogged relations. |
commit | commitdiff | tree | snapshot |
| 2015-12-12 |
Tom Lane | Add an expected-file to match behavior of latest libxml2. |
commit | commitdiff | tree | snapshot |
| 2015-12-11 |
Alvaro Herrera | For REASSIGN OWNED for foreign user mappings |
commit | commitdiff | tree | snapshot |
| 2015-12-11 |
Tom Lane | Install our "missing" script where PGXS builds can... |
commit | commitdiff | tree | snapshot |
| 2015-12-11 |
Tom Lane | Still more fixes for planner's handling of LATERAL... |
commit | commitdiff | tree | snapshot |
| 2015-12-10 |
Andres Freund | Fix bug leading to restoring unlogged relations from... |
commit | commitdiff | tree | snapshot |
| 2015-12-10 |
Tom Lane | Accept flex > 2.5.x on Windows, too. |
commit | commitdiff | tree | snapshot |
| 2015-12-09 |
Tom Lane | Simplify LATERAL-related calculations within add_paths_... |
commit | commitdiff | tree | snapshot |
| 2015-12-07 |
Tom Lane | Fix another oversight in checking if a join with LATERA... |
commit | commitdiff | tree | snapshot |
| 2015-12-04 |
Tom Lane | Further improve documentation of the role-dropping... |
commit | commitdiff | tree | snapshot |
| 2015-12-01 |
Tom Lane | Make gincostestimate() cope with hypothetical GIN indexes. |
commit | commitdiff | tree | snapshot |
| 2015-12-01 |
Tom Lane | Use "g" not "f" format in ecpg's PGTYPESnumeric_from_do... |
commit | commitdiff | tree | snapshot |
| 2015-11-26 |
Tom Lane | Fix failure to consider failure cases in GetComboComman... |
commit | commitdiff | tree | snapshot |
| 2015-11-25 |
Tom Lane | Be more paranoid about null return values from libpq... |
commit | commitdiff | tree | snapshot |
| 2015-11-24 |
Bruce Momjian | pg_upgrade: fix CopyFile() on Windows to fail on file... |
commit | commitdiff | tree | snapshot |
| 2015-11-22 |
Tom Lane | Adopt the GNU convention for handling tar-archive membe... |
commit | commitdiff | tree | snapshot |
| 2015-11-20 |
Tom Lane | Fix handling of inherited check constraints in ALTER... |
commit | commitdiff | tree | snapshot |
| 2015-11-18 |
Tom Lane | Accept flex > 2.5.x in configure. |
commit | commitdiff | tree | snapshot |
| 2015-11-17 |
Tom Lane | Fix possible internal overflow in numeric division. |
commit | commitdiff | tree | snapshot |
| 2015-11-16 |
Tom Lane | Speed up ruleutils' name de-duplication code, and fix... |
commit | commitdiff | tree | snapshot |
| 2015-11-15 |
Tom Lane | Fix ruleutils.c's dumping of whole-row Vars in ROW... |
commit | commitdiff | tree | snapshot |
| 2015-11-14 |
Peter Eisentraut | PL/Python: Make tests pass with Python 3.5 |
commit | commitdiff | tree | snapshot |
| 2015-11-14 |
Bruce Momjian | pg_upgrade: properly detect file copy failure on Windows |
commit | commitdiff | tree | snapshot |
| 2015-11-12 |
Tom Lane | Fix unwanted flushing of libpq's input buffer when... |
commit | commitdiff | tree | snapshot |
| 2015-11-10 |
Tom Lane | Improve our workaround for 'TeX capacity exceeded'... |
commit | commitdiff | tree | snapshot |
| 2015-11-08 |
Noah Misch | Don't connect() to a wildcard address in test_postmaste... |
commit | commitdiff | tree | snapshot |
| 2015-11-07 |
Tom Lane | Fix enforcement of restrictions inside regexp lookaroun... |
commit | commitdiff | tree | snapshot |
| 2015-11-02 |
Kevin Grittner | Add RMV to list of commands taking AE lock. |
commit | commitdiff | tree | snapshot |
| 2015-10-31 |
Kevin Grittner | Fix serialization anomalies due to race conditions... |
commit | commitdiff | tree | snapshot |
| 2015-10-28 |
Robert Haas | Fix incorrect message in ATWrongRelkindError. |
commit | commitdiff | tree | snapshot |
| 2015-10-20 |
Noah Misch | Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fa... |
commit | commitdiff | tree | snapshot |
| 2015-10-20 |
Noah Misch | Eschew "RESET statement_timeout" in tests. |
commit | commitdiff | tree | snapshot |
| 2015-10-19 |
Tom Lane | Fix incorrect handling of lookahead constraints in... |
commit | commitdiff | tree | snapshot |
| 2015-10-18 |
Michael Meskes | Fix order of arguments in ecpg generated typedef command. |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Miscellaneous cleanup of regular-expression compiler. |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Improve memory-usage accounting in regular-expression... |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Improve performance of pullback/pushfwd in regular... |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Improve performance of fixempties() pass in regular... |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Fix O(N^2) performance problems in regular-expression... |
commit | commitdiff | tree | snapshot |
| 2015-10-16 |
Tom Lane | Fix regular-expression compiler to handle loops of... |
commit | commitdiff | tree | snapshot |
| 2015-10-13 |
Tom Lane | On Windows, ensure shared memory handle gets closed... |
commit | commitdiff | tree | snapshot |
| 2015-10-12 |
Tom Lane | Fix "pg_ctl start -w" to test child process status... |
commit | commitdiff | tree | snapshot |
| 2015-10-08 |
Andrew Dunstan | Factor out encoding specific tests for json |
commit | commitdiff | tree | snapshot |
| 2015-10-07 |
Tom Lane | Improve documentation of the role-dropping process. |
commit | commitdiff | tree | snapshot |
| 2015-10-06 |
Tom Lane | Perform an immediate shutdown if the postmaster.pid... |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Tom Lane | Stamp 9.3.10. REL9_3_10 |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Peter Eisentraut | doc: Update URLs of external projects |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Tom Lane | Fix insufficiently-portable regression test case. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Andres Freund | Remove outdated comment about relation level autovacuum... |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Noah Misch | Prevent stack overflow in query-type functions. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Noah Misch | Prevent stack overflow in container-type functions. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Noah Misch | Prevent stack overflow in json-related functions. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Noah Misch | pgcrypto: Detect and report too-short crypt() salts. |
commit | commitdiff | tree | snapshot |
| 2015-10-05 |
Andres Freund | Re-Align *_freeze_max_age reloption limits with corresp... |
commit | commitdiff | tree | snapshot |
| 2015-10-04 |
Tom Lane | Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,... |
commit | commitdiff | tree | snapshot |
| 2015-10-04 |
Tom Lane | Further twiddling of nodeHash.c hashtable sizing calcul... |
commit | commitdiff | tree | snapshot |
| 2015-10-04 |
Tom Lane | Fix possible "invalid memory alloc request size" failur... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Update time zone data files to tzdata release 2015g. |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Add recursion depth protection to LIKE matching. |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Add recursion depth protections to regular expression... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Fix potential infinite loop in regular expression execu... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Add some more query-cancel checks to regular expression... |
commit | commitdiff | tree | snapshot |
| 2015-10-02 |
Tom Lane | Docs: add disclaimer about hazards of using regexps... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Tom Lane | Fix pg_dump to handle inherited NOT VALID check constra... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Tom Lane | Fix documentation error in commit 8703059c6b55c427100e0... |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Fujii Masao | Fix mention of htup.h in storage.sgml |
commit | commitdiff | tree | snapshot |
| 2015-10-01 |
Tom Lane | Improve LISTEN startup time when there are many unread... |
commit | commitdiff | tree | snapshot |
| 2015-09-29 |
Tom Lane | Fix plperl to handle non-ASCII error message texts... |
commit | commitdiff | tree | snapshot |
| 2015-09-28 |
Andrew Dunstan | Fix compiler warning about unused function in non-readl... |
commit | commitdiff | tree | snapshot |
| 2015-09-25 |
Tom Lane | Second try at fixing O(N^2) problem in foreign key... |
commit | commitdiff | tree | snapshot |
| 2015-09-25 |
Tom Lane | Further fix for psql's code for locale-aware formatting... |
commit | commitdiff | tree | snapshot |
| 2015-09-25 |
Tom Lane | Further fix for psql's code for locale-aware formatting... |
commit | commitdiff | tree | snapshot |
| 2015-09-25 |
Tom Lane | Fix psql's code for locale-aware formatting of numeric... |
commit | commitdiff | tree | snapshot |
| 2015-09-24 |
Tom Lane | Improve handling of collations in contrib/postgres_fdw. |
commit | commitdiff | tree | snapshot |
| 2015-09-24 |
Andres Freund | Lower *_freeze_max_age minimum values. |
commit | commitdiff | tree | snapshot |
| 2015-09-22 |
Tom Lane | Docs: fix typo in to_char() example. |
commit | commitdiff | tree | snapshot |
| 2015-09-21 |
Tom Lane | Fix possible internal overflow in numeric multiplication. |
commit | commitdiff | tree | snapshot |
| 2015-09-21 |
Noah Misch | Restrict file mode creation mask during tmpfile(). |
commit | commitdiff | tree | snapshot |
| 2015-09-20 |
Tom Lane | Be more wary about partially-valid LOCALLOCK data in... |
commit | commitdiff | tree | snapshot |
| 2015-09-19 |
Michael Meskes | Let compiler handle size calculation of bool types. |
commit | commitdiff | tree | snapshot |
| 2015-09-18 |
Tom Lane | Fix low-probability memory leak in regex execution. |
commit | commitdiff | tree | snapshot |
| 2015-09-17 |
Andrew Dunstan | Honour TEMP_CONFIG when testing pg_upgrade |
commit | commitdiff | tree | snapshot |
| 2015-09-16 |
Tom Lane | Fix documentation of regular expression character-entry... |
commit | commitdiff | tree | snapshot |
| 2015-09-15 |
Tom Lane | Revert "Fix an O(N^2) problem in foreign key references". |
commit | commitdiff | tree | snapshot |
| 2015-09-11 |
Bruce Momjian | pg_dump, pg_upgrade: allow postgres/template1 tablespa... |
commit | commitdiff | tree | snapshot |
| next |