projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2015-08-01
Tom Lane
Teach predtest.c that "foo" implies "foo IS NOT NULL".
commit
|
commitdiff
|
tree
2015-07-31
Tom Lane
Fix an oversight in checking whether a join with LATERA...
commit
|
commitdiff
|
tree
2015-07-31
Noah Misch
Consolidate makefile code for setting top_srcdir, srcdi...
commit
|
commitdiff
|
tree
2015-07-30
Alvaro Herrera
Fix volatility marking of commit timestamp functions
commit
|
commitdiff
|
tree
2015-07-30
Alvaro Herrera
Fix broken assertion in BRIN code
commit
|
commitdiff
|
tree
2015-07-30
Joe Conway
Improve CREATE FUNCTION doc WRT to LEAKPROOF RLS intera...
commit
|
commitdiff
|
tree
2015-07-30
Joe Conway
Use appropriate command type when retrieving relation...
commit
|
commitdiff
|
tree
2015-07-30
Tom Lane
Avoid some zero-divide hazards in the planner.
commit
|
commitdiff
|
tree
2015-07-30
Heikki Linnakangas
Fix calculation of latency of pgbench backslash commands.
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
Blacklist xlc 32-bit inlining.
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
Remove redundant "make install" from pg_upgrade test...
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
MSVC: Revert most 9.5 changes to pre-9.5 vcregress...
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
MSVC: Remove duplicate PATH entry in test harness.
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
MSVC: Future-proof installation file skip logic.
commit
|
commitdiff
|
tree
2015-07-29
Joe Conway
Create new ParseExprKind for use by policy expressions.
commit
|
commitdiff
|
tree
2015-07-29
Tom Lane
Add some test coverage of EvalPlanQual with non-locked...
commit
|
commitdiff
|
tree
2015-07-29
Joe Conway
Add missing post create and alter hooks to policy objects.
commit
|
commitdiff
|
tree
2015-07-29
Andres Freund
Remove outdated comment in LWLockDequeueSelf's header.
commit
|
commitdiff
|
tree
2015-07-29
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2015-07-29
Tom Lane
Prevent platform-dependent output row ordering in a...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Suppress "variable may be used uninitialized" warning.
commit
|
commitdiff
|
tree
2015-07-28
Joe Conway
Disallow converting a table to a view if row security...
commit
|
commitdiff
|
tree
2015-07-28
Joe Conway
Create a pg_shdepend entry for each role in TO clause...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Update our documentation concerning where to create...
commit
|
commitdiff
|
tree
2015-07-28
Andrew Dunstan
Only adjust negative indexes in json_get up to the...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Reduce chatter from signaling of autovacuum workers.
commit
|
commitdiff
|
tree
2015-07-28
Joe Conway
Plug RLS related information leak in pg_stats view.
commit
|
commitdiff
|
tree
2015-07-28
Andres Freund
Remove ssl renegotiation support.
commit
|
commitdiff
|
tree
2015-07-28
Andrew Dunstan
Make tap tests store postmaster logs and handle vpaths...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Remove an unsafe Assert, and explain join_clause_is_mov...
commit
|
commitdiff
|
tree
2015-07-28
Andrew Dunstan
Improve logging of TAP tests.
commit
|
commitdiff
|
tree
2015-07-28
Heikki Linnakangas
Another attempt at fixing memory leak in xlogreader.
commit
|
commitdiff
|
tree
2015-07-28
Joe Conway
Fix pg_dump output of policies.
commit
|
commitdiff
|
tree
2015-07-27
Stephen Frost
Improve RLS handling in copy.c
commit
|
commitdiff
|
tree
2015-07-27
Tom Lane
Further code review for pg_stat_ssl patch.
commit
|
commitdiff
|
tree
2015-07-27
Tom Lane
Fix pointer-arithmetic thinko in pg_stat_ssl patch.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Don't assume that 'char' is signed.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Fix memory leaks in pg_rewind. Several PQclear() calls...
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Don't assume that PageIsEmpty() returns true on an...
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Fix memory leak in xlogreader facility.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Reuse all-zero pages in GIN.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Fix handling of all-zero pages in SP-GiST vacuum.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Avoid calling PageGetSpecialPointer() on an all-zeros...
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Remove false comment about speculative insertion.
commit
|
commitdiff
|
tree
2015-07-26
Tom Lane
Fix oversight in flattening of subqueries with empty...
commit
|
commitdiff
|
tree
2015-07-26
Tom Lane
Make entirely-dummy appendrels get marked as such in...
commit
|
commitdiff
|
tree
2015-07-26
Andres Freund
Check the relevant index element in ON CONFLICT unique...
commit
|
commitdiff
|
tree
2015-07-26
Andres Freund
Fix flattening of nested grouping sets.
commit
|
commitdiff
|
tree
2015-07-26
Andres Freund
Allow to push down clauses from HAVING to WHERE when...
commit
|
commitdiff
|
tree
2015-07-26
Andres Freund
Recognize GROUPING() as a aggregate expression.
commit
|
commitdiff
|
tree
2015-07-26
Andres Freund
Build column mapping for grouping sets in all required...
commit
|
commitdiff
|
tree
2015-07-26
Joe Conway
Improve markup for row_security.
commit
|
commitdiff
|
tree
2015-07-25
Tom Lane
Dodge portability issue (apparent compiler bug) in...
commit
|
commitdiff
|
tree
2015-07-25
Andrew Dunstan
Restore use of zlib default compression in pg_dump...
commit
|
commitdiff
|
tree
2015-07-25
Tom Lane
Some platforms now need contrib/tsm_system_time to...
commit
|
commitdiff
|
tree
2015-07-25
Tom Lane
In pg_ctl, report unexpected failure to stat() the...
commit
|
commitdiff
|
tree
2015-07-25
Tom Lane
Update oidjoins regression test for 9.5.
commit
|
commitdiff
|
tree
2015-07-25
Tom Lane
Redesign tablesample method API, and do extensive code...
commit
|
commitdiff
|
tree
2015-07-24
Joe Conway
Make RLS work with UPDATE ... WHERE CURRENT OF
commit
|
commitdiff
|
tree
2015-07-24
Andrew Dunstan
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
commit
|
commitdiff
|
tree
2015-07-24
Andres Freund
Fix bug around assignment expressions containing indire...
commit
|
commitdiff
|
tree
2015-07-23
Andrew Dunstan
Redirect install output of make check into a log file
commit
|
commitdiff
|
tree
2015-07-22
Heikki Linnakangas
Fix off-by-one error in calculating subtrans/multixact...
commit
|
commitdiff
|
tree
2015-07-22
Tom Lane
Fix add_rte_to_flat_rtable() for recent feature additions.
commit
|
commitdiff
|
tree
2015-07-21
Tom Lane
Fix some oversights in BRIN patch.
commit
|
commitdiff
|
tree
2015-07-21
Andrew Dunstan
Fix location of output logs of pg_regress
commit
|
commitdiff
|
tree
2015-07-21
Alvaro Herrera
Fix omission of OCLASS_TRANSFORM in object_classes[]
commit
|
commitdiff
|
tree
2015-07-20
Heikki Linnakangas
Sanity-check that a page zeroed by redo routine is...
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Don't handle PUBLIC/NONE separately
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Improve tab-completion for DROP POLICY
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Fix (some of) pltcl memory usage
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Improve BRIN documentation somewhat
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Fix mis-merge in previous commit
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Add some comments to test_ddl_deparse and a README
commit
|
commitdiff
|
tree
2015-07-20
Heikki Linnakangas
Handle AT_ReAddComment in test_ddl_deparse, and add...
commit
|
commitdiff
|
tree
2015-07-19
Andrew Dunstan
Remove dead code.
commit
|
commitdiff
|
tree
2015-07-18
Tom Lane
Make WaitLatchOrSocket's timeout detection more robust.
commit
|
commitdiff
|
tree
2015-07-18
Andrew Dunstan
Enable transforms modules to build and test on Cygwin.
commit
|
commitdiff
|
tree
2015-07-18
Andrew Dunstan
Release note compatibility item
commit
|
commitdiff
|
tree
2015-07-18
Andrew Dunstan
Support JSON negative array subscripts everywhere
commit
|
commitdiff
|
tree
2015-07-17
Tom Lane
Repair mishandling of cached cast-expression trees...
commit
|
commitdiff
|
tree
2015-07-17
Noah Misch
AIX: Test the -qlonglong option before use.
commit
|
commitdiff
|
tree
2015-07-17
Tom Lane
Fix a low-probability crash in our qsort implementation.
commit
|
commitdiff
|
tree
2015-07-16
Magnus Hagander
Fix spelling error
commit
|
commitdiff
|
tree
2015-07-16
Magnus Hagander
Fix copy/past error in comment
commit
|
commitdiff
|
tree
2015-07-16
Noah Misch
AIX: Link TRANSFORM modules with their dependencies.
commit
|
commitdiff
|
tree
2015-07-16
Noah Misch
AIX: Link the postgres executable with -Wl,-brtllib.
commit
|
commitdiff
|
tree
2015-07-16
Noah Misch
MinGW: Link ltree_plpython with plpython.
commit
|
commitdiff
|
tree
2015-07-15
Alvaro Herrera
Mention table_rewrite as valid event trigger tag
commit
|
commitdiff
|
tree
2015-07-14
Robert Haas
Remove regression test added on auto-pilot.
commit
|
commitdiff
|
tree
2015-07-14
Fujii Masao
Prevent pgstattuple() from reporting BRIN as unknown...
commit
|
commitdiff
|
tree
2015-07-14
Heikki Linnakangas
Make regression test output stable.
commit
|
commitdiff
|
tree
2015-07-14
Heikki Linnakangas
Retain comments on indexes and constraints at ALTER...
commit
|
commitdiff
|
tree
2015-07-14
Heikki Linnakangas
Reformat code in ATPostAlterTypeParse.
commit
|
commitdiff
|
tree
2015-07-12
Bruce Momjian
release notes: markup: vacuumdb is an application...
commit
|
commitdiff
|
tree
2015-07-12
Tom Lane
Fix assorted memory leaks.
commit
|
commitdiff
|
tree
2015-07-12
Andres Freund
For consistency add a pfree to ON CONFLICT set_plan_ref...
commit
|
commitdiff
|
tree
2015-07-12
Andres Freund
Optionally don't error out due to preexisting slots...
commit
|
commitdiff
|
tree
2015-07-12
Tom Lane
Add now-required #include.
commit
|
commitdiff
|
tree
2015-07-12
Bruce Momjian
doc: fix typo in CREATE POLICY manual page
commit
|
commitdiff
|
tree
next