projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2015-10-05
Andres Freund
Remove outdated comment about relation level autovacuum...
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Add regression tests for INSERT/UPDATE+RETURNING
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in query-type functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in container-type functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
Prevent stack overflow in json-related functions.
commit
|
commitdiff
|
tree
2015-10-05
Noah Misch
pgcrypto: Detect and report too-short crypt() salts.
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Apply SELECT policies in INSERT/UPDATE+RETURNING
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
Do not write out WCOs in Query
commit
|
commitdiff
|
tree
2015-10-05
Andres Freund
Re-Align *_freeze_max_age reloption limits with corresp...
commit
|
commitdiff
|
tree
2015-10-05
Stephen Frost
ALTER TABLE .. FORCE ROW LEVEL SECURITY
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14,...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Improve contrib/pg_stat_statements' handling of garbage...
commit
|
commitdiff
|
tree
2015-10-04
Andres Freund
Fix hstore_plpython test when python3 is used.
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Further twiddling of nodeHash.c hashtable sizing calcul...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Fix some issues in new hashtable size calculations...
commit
|
commitdiff
|
tree
2015-10-04
Andrew Dunstan
Disallow invalid path elements in jsonb_set
commit
|
commitdiff
|
tree
2015-10-04
Peter Eisentraut
Group cluster_name and update_process_title settings...
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
Update 9.5 release notes through today.
commit
|
commitdiff
|
tree
2015-10-04
Tom Lane
First-draft release notes for 9.4.5, 9.3.10, 9.2.14...
commit
|
commitdiff
|
tree
2015-10-04
Noah Misch
Document that row_security is a boolean GUC.
commit
|
commitdiff
|
tree
2015-10-04
Noah Misch
Make BYPASSRLS behave like superuser RLS bypass.
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Add missed CREATE EXTENSION ... CASCADE regression...
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Add CASCADE support for CREATE EXTENSION.
commit
|
commitdiff
|
tree
2015-10-03
Tom Lane
Add missing "static" specifier.
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Improve errhint() about replication slot naming restric...
commit
|
commitdiff
|
tree
2015-10-03
Andres Freund
Fix several bugs related to ON CONFLICT's EXCLUDED...
commit
|
commitdiff
|
tree
2015-10-03
Peter Eisentraut
doc: Update URLs of external projects
commit
|
commitdiff
|
tree
2015-10-03
Peter Eisentraut
doc: Make some index terms and terminology more consistent
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Update time zone data files to tzdata release 2015g.
commit
|
commitdiff
|
tree
2015-10-02
Robert Haas
Clarify FDW documentation about ON CONFLICT.
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add recursion depth protection to LIKE matching.
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add recursion depth protections to regular expression...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Fix potential infinite loop in regular expression execu...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Add some more query-cancel checks to regular expression...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Docs: add disclaimer about hazards of using regexps...
commit
|
commitdiff
|
tree
2015-10-02
Tom Lane
Docs: add another example of creating a range type.
commit
|
commitdiff
|
tree
2015-10-02
Alvaro Herrera
Don't disable commit_ts in standby if enabled locally
commit
|
commitdiff
|
tree
2015-10-02
Peter Eisentraut
pg_rewind: Improve some messages
commit
|
commitdiff
|
tree
2015-10-02
Peter Eisentraut
Fix message punctuation according to style guide
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Fix pg_dump to handle inherited NOT VALID check constra...
commit
|
commitdiff
|
tree
2015-10-01
Alvaro Herrera
Fix commit_ts for standby
commit
|
commitdiff
|
tree
2015-10-01
Fujii Masao
Fix incorrect tab-completion for GRANT and REVOKE
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Fix documentation error in commit 8703059c6b55c427100e0...
commit
|
commitdiff
|
tree
2015-10-01
Fujii Masao
Fix mention of htup.h in storage.sgml
commit
|
commitdiff
|
tree
2015-10-01
Robert Haas
Fix readfuncs/outfuncs problems in last night's Gather...
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56d...
commit
|
commitdiff
|
tree
2015-10-01
Tom Lane
Improve LISTEN startup time when there are many unread...
commit
|
commitdiff
|
tree
2015-09-30
Robert Haas
Add a Gather executor node.
commit
|
commitdiff
|
tree
2015-09-30
Robert Haas
Don't dump core when destroying an unused ParallelContext.
commit
|
commitdiff
|
tree
2015-09-30
Stephen Frost
Include policies based on ACLs needed
commit
|
commitdiff
|
tree
2015-09-30
Tom Lane
Small improvements in comments in async.c.
commit
|
commitdiff
|
tree
2015-09-30
Tatsuo Ishii
Fix incorrect tps number calculation in "excluding...
commit
|
commitdiff
|
tree
2015-09-29
Alvaro Herrera
Code review for transaction commit timestamps
commit
|
commitdiff
|
tree
2015-09-29
Tom Lane
Fix plperl to handle non-ASCII error message texts...
commit
|
commitdiff
|
tree
2015-09-29
Robert Haas
Comment update for join pushdown.
commit
|
commitdiff
|
tree
2015-09-29
Robert Haas
Parallel executor support.
commit
|
commitdiff
|
tree
2015-09-28
Andrew Dunstan
Fix compiler warning for non-TIOCGWINSZ case
commit
|
commitdiff
|
tree
2015-09-28
Andrew Dunstan
Fix compiler warning about unused function in non-readl...
commit
|
commitdiff
|
tree
2015-09-28
Alvaro Herrera
Fix "sesssion" typo
commit
|
commitdiff
|
tree
2015-09-28
Tom Lane
Fix poor errno handling in libpq's version of our custo...
commit
|
commitdiff
|
tree
2015-09-28
Stephen Frost
Ensure a few policies remain for pg_upgrade
commit
|
commitdiff
|
tree
2015-09-28
Alvaro Herrera
COPY: use pg_plan_query() instead of planner()
commit
|
commitdiff
|
tree
2015-09-28
Andres Freund
Fix ON CONFLICT DO UPDATE for tables with oids.
commit
|
commitdiff
|
tree
2015-09-28
Robert Haas
Use LOCKBIT_ON() instead of a bit shift in a few places.
commit
|
commitdiff
|
tree
2015-09-28
Robert Haas
Don't try to create a temp install without abs_top_buil...
commit
|
commitdiff
|
tree
2015-09-28
Peter Eisentraut
pg_dump: Fix some messages
commit
|
commitdiff
|
tree
2015-09-27
Peter Eisentraut
reindexdb: Fix mistake in help output
commit
|
commitdiff
|
tree
2015-09-27
Peter Eisentraut
pg_ctl: Improve help formatting and order
commit
|
commitdiff
|
tree
2015-09-27
Peter Eisentraut
doc: Tweak "cube" index entry
commit
|
commitdiff
|
tree
2015-09-26
Andres Freund
Remove legacy multixact truncation support.
commit
|
commitdiff
|
tree
2015-09-26
Andres Freund
Rework the way multixact truncations work.
commit
|
commitdiff
|
tree
2015-09-25
Tom Lane
Second try at fixing O(N^2) problem in foreign key...
commit
|
commitdiff
|
tree
2015-09-25
Tom Lane
Further fix for psql's code for locale-aware formatting...
commit
|
commitdiff
|
tree
2015-09-25
Tom Lane
Further fix for psql's code for locale-aware formatting...
commit
|
commitdiff
|
tree
2015-09-25
Tom Lane
Fix psql's code for locale-aware formatting of numeric...
commit
|
commitdiff
|
tree
2015-09-24
Tom Lane
Allow planner to use expression-index stats for functio...
commit
|
commitdiff
|
tree
2015-09-24
Tom Lane
Improve handling of collations in contrib/postgres_fdw.
commit
|
commitdiff
|
tree
2015-09-24
Robert Haas
Don't zero opfuncid when reading nodes.
commit
|
commitdiff
|
tree
2015-09-24
Fujii Masao
Make pg_controldata report newest XID with valid commit...
commit
|
commitdiff
|
tree
2015-09-24
Andres Freund
Lower *_freeze_max_age minimum values.
commit
|
commitdiff
|
tree
2015-09-23
Tom Lane
Make ANALYZE compute basic statistics even for types...
commit
|
commitdiff
|
tree
2015-09-23
Robert Haas
Add readfuncs.c support for plan nodes.
commit
|
commitdiff
|
tree
2015-09-23
Robert Haas
Print a MergeJoin's mergeNullsFirst array as bool,...
commit
|
commitdiff
|
tree
2015-09-23
Teodor Sigaev
Allow autoanalyze to add pages deleted from pending...
commit
|
commitdiff
|
tree
2015-09-23
Robert Haas
Teach planstate_tree_walker about custom scans.
commit
|
commitdiff
|
tree
2015-09-22
Tom Lane
Docs: fix typo in to_char() example.
commit
|
commitdiff
|
tree
2015-09-22
Andres Freund
test_decoding: Protect against rare spurious test failures.
commit
|
commitdiff
|
tree
2015-09-22
Andres Freund
Correct value of LW_SHARED_MASK.
commit
|
commitdiff
|
tree
2015-09-22
Andres Freund
Add some notes about coding conventions do the docs.
commit
|
commitdiff
|
tree
2015-09-22
Peter Eisentraut
doc: Tweak synopsis indentation for consistency
commit
|
commitdiff
|
tree
2015-09-22
Peter Eisentraut
Use gender-neutral language in documentation
commit
|
commitdiff
|
tree
2015-09-21
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2015-09-21
Tom Lane
Fix possible internal overflow in numeric multiplication.
commit
|
commitdiff
|
tree
2015-09-21
Noah Misch
Remove the SECURITY_ROW_LEVEL_DISABLED security context...
commit
|
commitdiff
|
tree
2015-09-21
Noah Misch
Remove the row_security=force GUC value.
commit
|
commitdiff
|
tree
2015-09-21
Noah Misch
Restrict file mode creation mask during tmpfile().
commit
|
commitdiff
|
tree
2015-09-20
Tom Lane
Be more wary about partially-valid LOCALLOCK data in...
commit
|
commitdiff
|
tree
2015-09-19
Peter Eisentraut
Simplify GETTEXT_FILES list
commit
|
commitdiff
|
tree
2015-09-19
Peter Eisentraut
Add missing serial comma
commit
|
commitdiff
|
tree
2015-09-19
Peter Eisentraut
Remove trailing slashes from directories in find command
commit
|
commitdiff
|
tree
next