2015-10-19 |
Tom Lane | Fix incorrect handling of lookahead constraints in... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Add a C API for parallel heap scans. |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Allow a parallel context to relaunch workers. |
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-16 |
Robert Haas | Remove volatile qualifiers from proc.c and procarray.c |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Remove volatile qualifiers from dynahash.c, shmem.c... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Remove cautions about using volatile from spin.h. |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Prohibit parallel query when the isolation level is... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Rewrite interaction of parallel mode with parallel... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Mark more functions parallel-restricted or parallel... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Fix a problem with parallel workers being unable to... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Invalidate caches after cranking up a parallel worker... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Michael Meskes | Fix order of arguments in ecpg generated typedef command. |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Tighten up application of parallel mode checks. |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Transfer current command counter ID to parallel workers. |
commit | commitdiff | tree | snapshot |
2015-10-16 |
Robert Haas | Don't send protocol messages to a shm_mq that no longer... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Tom Lane | Fix NULL handling in datum_to_jsonb(). |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Robert Haas | Revert "Have dtrace depend on object files directly... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Robert Haas | Allow FDWs to push down quals without breaking EvalPlan... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Alvaro Herrera | Fix bogus comments |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Bruce Momjian | -- email subject limit ---------------------------... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Robert Haas | Have dtrace depend on object files directly, not objfil... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Robert Haas | Improve INSERT .. ON CONFLICT error message. |
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-12 |
Noah Misch | Use JsonbIteratorToken consistently in automatic variab... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Noah Misch | Avoid scan-build warning about uninitialized htonl... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Noah Misch | Make prove_installcheck remove the old log directory... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Robert Haas | Speed up text sorts where the same strings occur multip... |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Robert Haas | Make abbreviated key comparisons for text a bit cheaper. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Robert Haas | Remove set_latch_on_sigusr1 flag. |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Stephen Frost | Handle append_rel_list in expand_security_qual |
commit | commitdiff | tree | snapshot |
2015-10-09 |
Tom Lane | Fix uninitialized-variable bug. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Robert Haas | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Robert Haas | Add BSWAP64 macro. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Robert Haas | Hyphenate variable-length for consistency. |
commit | commitdiff | tree | snapshot |
2015-10-08 |
Robert Haas | Correct pg_indent to pgindent in various comments. |
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-07 |
Bruce Momjian | docs: add JSONB containment example of a key and empty... |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Bruce Momjian | docs: Map operator @> to the proper SGML escape for '>' |
commit | commitdiff | tree | snapshot |
2015-10-07 |
Bruce Momjian | docs: clarify JSONB operator descriptions |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Tom Lane | Perform an immediate shutdown if the postmaster.pid... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Robert Haas | Remove more volatile qualifiers. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Bruce Momjian | Have CREATE TABLE LIKE add OID column if any LIKEd... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Bruce Momjian | to_number(): allow 'V' to divide by 10^(the number... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Bruce Momjian | psql: allow \pset C in setting the title, matches \C |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Bruce Momjian | to_char(): Do not count negative sign as a digit for... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Bruce Momjian | docs: update guidelines on when to use GIN and GiST... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Tom Lane | Docs: explain contrib/pg_stat_statements' handling... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Tom Lane | Fix insufficiently-portable regression test case. |
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 |
Stephen Frost | Add regression tests for INSERT/UPDATE+RETURNING |
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 |
Stephen Frost | Apply SELECT policies in INSERT/UPDATE+RETURNING |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Stephen Frost | Do not write out WCOs in Query |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Andres Freund | Re-Align *_freeze_max_age reloption limits with corresp... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Stephen Frost | ALTER TABLE .. FORCE ROW LEVEL SECURITY |
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 | Improve contrib/pg_stat_statements' handling of garbage... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Andres Freund | Fix hstore_plpython test when python3 is used. |
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 some issues in new hashtable size calculations... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Andrew Dunstan | Disallow invalid path elements in jsonb_set |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Peter Eisentraut | Group cluster_name and update_process_title settings... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Tom Lane | Update 9.5 release notes through today. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Tom Lane | First-draft release notes for 9.4.5, 9.3.10, 9.2.14... |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Noah Misch | Document that row_security is a boolean GUC. |
commit | commitdiff | tree | snapshot |
2015-10-04 |
Noah Misch | Make BYPASSRLS behave like superuser RLS bypass. |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Andres Freund | Add missed CREATE EXTENSION ... CASCADE regression... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Andres Freund | Add CASCADE support for CREATE EXTENSION. |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Tom Lane | Add missing "static" specifier. |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Andres Freund | Improve errhint() about replication slot naming restric... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Andres Freund | Fix several bugs related to ON CONFLICT's EXCLUDED... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Peter Eisentraut | doc: Update URLs of external projects |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Peter Eisentraut | doc: Make some index terms and terminology more consistent |
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 |
Robert Haas | Clarify FDW documentation about ON CONFLICT. |
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-02 |
Tom Lane | Docs: add another example of creating a range type. |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Alvaro Herrera | Don't disable commit_ts in standby if enabled locally |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Peter Eisentraut | pg_rewind: Improve some messages |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Peter Eisentraut | Fix message punctuation according to style guide |
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 |
Alvaro Herrera | Fix commit_ts for standby |
commit | commitdiff | tree | snapshot |
2015-10-01 |
Fujii Masao | Fix incorrect tab-completion for GRANT and REVOKE |
commit | commitdiff | tree | snapshot |
next |