2016-05-10 |
Alvaro Herrera | Fix autovacuum for shared relations |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Tom Lane | Stamp 9.1.22. REL9_1_22 |
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 |
Peter Eisentraut | Distrust external OpenSSL clients; clear err queue |
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-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-04-28 |
Tom Lane | Adjust DatumGetBool macro, this time for sure. |
commit | commitdiff | tree | snapshot |
2016-04-23 |
Tom Lane | Rename strtoi() to strtoint(). |
commit | commitdiff | tree | snapshot |
2016-04-22 |
Tom Lane | Fix planner failure with full join in RHS of left join. |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Tom Lane | Improve TranslateSocketError() to handle more Windows... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Tom Lane | Remove dead code in win32.h. |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Tom Lane | Provide errno-translation wrappers around bind() and... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Tom Lane | Fix ruleutils.c's dumping of ScalarArrayOpExpr containi... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Tom Lane | Honor PGCTLTIMEOUT environment variable for pg_regress... |
commit | commitdiff | tree | snapshot |
2016-04-16 |
Peter Eisentraut | doc: Add missing parentheses |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Andres Freund | Remove trailing commas in enums. |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Tom Lane | Fix pg_dump so pg_upgrade'ing an extension with simple... |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Teodor Sigaev | Fix possible use of uninitialised value in ts_headline() |
commit | commitdiff | tree | snapshot |
2016-04-08 |
Andrew Dunstan | Turn down MSVC compiler verbosity |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Tom Lane | Fix latent portability issue in pgwin32_dispatch_queued... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Tom Lane | Avoid possibly-unsafe use of Windows' FormatMessage... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Tom Lane | Stamp 9.1.21. REL9_1_21 |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Tom Lane | Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. |
commit | commitdiff | tree | snapshot |
2016-03-27 |
Andres Freund | Change various Gin*Is* macros to return 0/1. |
commit | commitdiff | tree | snapshot |
2016-03-26 |
Tom Lane | Modernize zic's test for valid timezone abbreviations. |
commit | commitdiff | tree | snapshot |
2016-03-25 |
Tom Lane | Update time zone data files to tzdata release 2016c. |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Andrew Dunstan | Remove dependency on psed for MSVC builds. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Tom Lane | Fix "pg_bench -C -M prepared". |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Tom Lane | Cope if platform declares mbstowcs_l(), but not locale_... |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Tom Lane | Add missing NULL terminator to list_SECURITY_LABEL_prep... |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Magnus Hagander | Avoid crash on old Windows with AVX2-capable CPU for... |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Andres Freund | Avoid unlikely data-loss scenarios due to rename()... |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Andres Freund | Introduce durable_rename() and durable_link_or_rename(). |
commit | commitdiff | tree | snapshot |
2016-03-09 |
Tom Lane | Fix incorrect handling of NULL index entries in indexed... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Andres Freund | ltree: Zero padding bytes when allocating memory for... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Andres Freund | plperl: Correctly handle empty arrays in plperl_ref_fro... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Tom Lane | Fix backwards test for Windows service-ness in pg_ctl. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Tom Lane | Fix not-terribly-safe coding in NIImportOOAffixes(... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Robert Haas | Fix compile breakage due to 0315dfa8f4afa8390383119330c... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Robert Haas | Fix query-based tab completion for multibyte characters. |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Tom Lane | Improve error message for rejecting RETURNING clauses... |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Alvaro Herrera | Fix typos |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Alvaro Herrera | doc: document MANPATH as /usr/local/pgsql/share/man |
commit | commitdiff | tree | snapshot |
2016-02-29 |
Tom Lane | Avoid multiple free_struct_lconv() calls on same data. |
commit | commitdiff | tree | snapshot |
2016-02-21 |
Tatsuo Ishii | Fix wording in the Tutorial document. |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Simon Riggs | Correct StartupSUBTRANS for page wraparound |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Tom Lane | Fix multiple bugs in contrib/pgstattuple's pgstatindex... |
commit | commitdiff | tree | snapshot |
2016-02-17 |
Tom Lane | Make plpython cope with funny characters in function... |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Tom Lane | Improve documentation about CREATE INDEX CONCURRENTLY. |
commit | commitdiff | tree | snapshot |
2016-02-16 |
Tatsuo Ishii | Improve wording in the planner doc |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Alvaro Herrera | pgbench: avoid FD_ISSET on an invalid file descriptor |
commit | commitdiff | tree | snapshot |
2016-02-15 |
Tom Lane | Suppress compiler warnings about useless comparison... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Noah Misch | Accept pg_ctl timeout from the PGCTLTIMEOUT environment... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Tom Lane | Avoid use of sscanf() to parse ispell dictionary files. |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Tom Lane | Stamp 9.1.20. REL9_1_20 |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2016-02-08 |
Tom Lane | Fix some regex issues with out-of-range characters... |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Tom Lane | Improve documentation about PRIMARY KEY constraints. |
commit | commitdiff | tree | snapshot |
2016-02-07 |
Tom Lane | Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20. |
commit | commitdiff | tree | snapshot |
2016-02-06 |
Noah Misch | Force certain "pljava" custom GUCs to be PGC_SUSET. |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Tom Lane | Update time zone data files to tzdata release 2016a. |
commit | commitdiff | tree | snapshot |
2016-02-04 |
Tom Lane | In pg_dump, ensure that view triggers are processed... |
commit | commitdiff | tree | snapshot |
2016-02-03 |
Robert Haas | pgbench: Install guard against overflow when dividing... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Michael Meskes | Make sure ecpg header files do not have a comment lasti... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Andrew Dunstan | Fix error in documentated use of mingw-w64 compilers |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Tom Lane | Fix incorrect pattern-match processing in psql's \det... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Tom Lane | Fix startup so that log prefix %h works for the log_con... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Bruce Momjian | Properly install dynloader.h on MSVC builds |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Robert Haas | Fix spelling mistake. |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Magnus Hagander | Properly close token in sspi authentication |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Tom Lane | Handle extension members when first setting object... |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Tom Lane | Clean up some lack-of-STRICT issues in the core code... |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Tom Lane | Clean up code for widget_in() and widget_out(). |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Tom Lane | Add STRICT to some C functions created by the regressio... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Tom Lane | Fix unobvious interaction between -X switch and subdire... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Tom Lane | Use plain mkdir() not pg_mkdir_p() to create subdirecto... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Alvaro Herrera | Windows: Make pg_ctl reliably detect service status |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Tom Lane | Fix treatment of *lpNumberOfBytesRecvd == 0: that's... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Tom Lane | Teach pg_dump to quote reloption values safely. |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Tom Lane | Adjust back-branch release note description of commits... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Bruce Momjian | Update copyright for 2016 |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Tom Lane | Teach flatten_reloptions() to quote option values safely. |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Tom Lane | Add some more defenses against silly estimates to ginco... |
commit | commitdiff | tree | snapshot |
2015-12-28 |
Tom Lane | Document the exponentiation operator as associating... |
commit | commitdiff | tree | snapshot |
2015-12-27 |
Alvaro Herrera | Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto... |
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-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 |
next |