projects
/
postgres-xl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgres-xl.git
2016-01-09
Tom Lane
Clean up some lack-of-STRICT issues in the core code...
commit
|
commitdiff
|
tree
2016-01-09
Tom Lane
Clean up code for widget_in() and widget_out().
commit
|
commitdiff
|
tree
2016-01-09
Tom Lane
Add STRICT to some C functions created by the regressio...
commit
|
commitdiff
|
tree
2016-01-08
Tom Lane
PL/Python: Make tests pass with Python 3.5
commit
|
commitdiff
|
tree
2016-01-08
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
2016-01-07
Tom Lane
Fix unobvious interaction between -X switch and subdire...
commit
|
commitdiff
|
tree
2016-01-07
Tom Lane
Use plain mkdir() not pg_mkdir_p() to create subdirecto...
commit
|
commitdiff
|
tree
2016-01-07
Alvaro Herrera
Windows: Make pg_ctl reliably detect service status
commit
|
commitdiff
|
tree
2016-01-05
Tatsuo Ishii
Fix typo in create_transform.sgml.
commit
|
commitdiff
|
tree
2016-01-05
Tom Lane
Sort $(wildcard) output where needed for reproducible...
commit
|
commitdiff
|
tree
2016-01-05
Alvaro Herrera
Make pg_receivexlog silent with 9.3 and older servers
commit
|
commitdiff
|
tree
2016-01-05
Tom Lane
Add to_regnamespace() and to_regrole() to the documenta...
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Stamp 9.5.0.
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Docs: provide a concrete discussion and example for...
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Adjust behavior of row_security GUC to match the docs.
commit
|
commitdiff
|
tree
2016-01-04
Robert Haas
Fix typo in comment.
commit
|
commitdiff
|
tree
2016-01-04
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Fix regrole and regnamespace output functions to do...
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Fix regrole and regnamespace types to honor quoting...
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Fix bogus lock release in RemovePolicyById and RemoveRo...
commit
|
commitdiff
|
tree
2016-01-04
Tom Lane
Do some copy-editing on the docs for row-level security.
commit
|
commitdiff
|
tree
2016-01-03
Tom Lane
Guard against null arguments in binary_upgrade_create_e...
commit
|
commitdiff
|
tree
2016-01-03
Tom Lane
Do some copy-editing on the docs for replication origins.
commit
|
commitdiff
|
tree
2016-01-03
Tom Lane
Do a final round of copy-editing on the 9.5 release...
commit
|
commitdiff
|
tree
2016-01-03
Tom Lane
Fix treatment of *lpNumberOfBytesRecvd == 0: that's...
commit
|
commitdiff
|
tree
2016-01-03
Tom Lane
Teach pg_dump to quote reloption values safely.
commit
|
commitdiff
|
tree
2016-01-02
Tom Lane
Fix overly-strict assertions in spgtextproc.c.
commit
|
commitdiff
|
tree
2016-01-02
Tom Lane
Adjust back-branch release note description of commits...
commit
|
commitdiff
|
tree
2016-01-02
Bruce Momjian
Update copyright for 2016
commit
|
commitdiff
|
tree
2016-01-01
Tom Lane
Teach flatten_reloptions() to quote option values safely.
commit
|
commitdiff
|
tree
2016-01-01
Tom Lane
Add some more defenses against silly estimates to ginco...
commit
|
commitdiff
|
tree
2016-01-01
Tom Lane
Split out pg_operator.h function declarations to new...
commit
|
commitdiff
|
tree
2015-12-31
Tom Lane
Add a comment noting that FDWs don't have to implement...
commit
|
commitdiff
|
tree
2015-12-29
Tom Lane
Put back one copyObject() in rewriteTargetView().
commit
|
commitdiff
|
tree
2015-12-28
Joe Conway
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
commit
|
commitdiff
|
tree
2015-12-28
Alvaro Herrera
Document brin_summarize_new_pages
commit
|
commitdiff
|
tree
2015-12-28
Tom Lane
Document the exponentiation operator as associating...
commit
|
commitdiff
|
tree
2015-12-28
Alvaro Herrera
doc: pg_committs -> pg_commit_ts
commit
|
commitdiff
|
tree
2015-12-28
Tom Lane
Update documentation about pseudo-types.
commit
|
commitdiff
|
tree
2015-12-28
Alvaro Herrera
Fix translation domain in pg_basebackup
commit
|
commitdiff
|
tree
2015-12-27
Alvaro Herrera
Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto...
commit
|
commitdiff
|
tree
2015-12-26
Tom Lane
Fix brin_summarize_new_values() to check index type...
commit
|
commitdiff
|
tree
2015-12-24
Tom Lane
Remove unnecessary row ordering dependency in pg_rewind...
commit
|
commitdiff
|
tree
2015-12-24
Tom Lane
Docs: fix erroneously-given function name.
commit
|
commitdiff
|
tree
2015-12-24
Tom Lane
Fix factual and grammatical errors in comments for...
commit
|
commitdiff
|
tree
2015-12-23
Tom Lane
Improve handling of password reuse in src/bin/scripts...
commit
|
commitdiff
|
tree
2015-12-23
Tom Lane
In pg_dump, remember connection passwords no matter...
commit
|
commitdiff
|
tree
2015-12-22
Robert Haas
Comment improvements for abbreviated keys.
commit
|
commitdiff
|
tree
2015-12-21
Stephen Frost
Make viewquery a copy in rewriteTargetView()
commit
|
commitdiff
|
tree
2015-12-20
Tom Lane
Remove silly completion for "DELETE FROM tabname ...".
commit
|
commitdiff
|
tree
2015-12-20
Peter Eisentraut
psql: Review of new help output strings
commit
|
commitdiff
|
tree
2015-12-19
Tom Lane
Add missing COSTS OFF to EXPLAIN commands in rowsecurit...
commit
|
commitdiff
|
tree
2015-12-19
Andres Freund
Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.
commit
|
commitdiff
|
tree
2015-12-18
Robert Haas
pgbench: Change terminology from "threshold" to "parame...
commit
|
commitdiff
|
tree
2015-12-18
Robert Haas
Fix copy-and-paste error in logical decoding callback.
commit
|
commitdiff
|
tree
2015-12-18
Tom Lane
Remove unreferenced function declarations.
commit
|
commitdiff
|
tree
2015-12-17
Tom Lane
Fix improper initialization order for readline.
commit
|
commitdiff
|
tree
2015-12-17
Alvaro Herrera
Rework internals of changing a type's ownership
commit
|
commitdiff
|
tree
2015-12-16
Tom Lane
Cope with Readline's failure to track SIGWINCH events...
commit
|
commitdiff
|
tree
2015-12-15
Tom Lane
Stamp 9.5rc1.
commit
|
commitdiff
|
tree
2015-12-15
Tom Lane
Document use of Subject Alternative Names in SSL server...
commit
|
commitdiff
|
tree
2015-12-15
Tom Lane
Update 9.5 release notes through today.
commit
|
commitdiff
|
tree
2015-12-15
Stephen Frost
Improve CREATE POLICY documentation
commit
|
commitdiff
|
tree
2015-12-15
Stephen Frost
Collect the global OR of hasRowSecurity flags for plancache
commit
|
commitdiff
|
tree
2015-12-15
Tom Lane
Add missing cleanup logic in pg_rewind/t/005_same_timel...
commit
|
commitdiff
|
tree
2015-12-14
Tom Lane
pg_rewind: Don't error if the two clusters are already...
commit
|
commitdiff
|
tree
2015-12-14
Alvaro Herrera
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
commit
|
commitdiff
|
tree
2015-12-14
Kevin Grittner
Remove xmlparse(document '') test
commit
|
commitdiff
|
tree
2015-12-14
Heikki Linnakangas
Fix out-of-memory error handling in ParameterDescriptio...
commit
|
commitdiff
|
tree
2015-12-14
Andres Freund
Fix bug in SetOffsetVacuumLimit() triggered by find_mul...
commit
|
commitdiff
|
tree
2015-12-14
Andres Freund
Correct statement to actually be the intended assert...
commit
|
commitdiff
|
tree
2015-12-14
Tom Lane
Docs: document that psql's "\i -" means read from stdin.
commit
|
commitdiff
|
tree
2015-12-13
Magnus Hagander
Consistently set all fields in pg_stat_replication...
commit
|
commitdiff
|
tree
2015-12-13
Magnus Hagander
Properly initialize write, flush and replay locations...
commit
|
commitdiff
|
tree
2015-12-13
Tom Lane
Doc: update external URLs for PostGIS project.
commit
|
commitdiff
|
tree
2015-12-12
Andres Freund
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
commit
|
commitdiff
|
tree
2015-12-12
Tom Lane
Add an expected-file to match behavior of latest libxml2.
commit
|
commitdiff
|
tree
2015-12-11
Alvaro Herrera
For REASSIGN OWNED for foreign user mappings
commit
|
commitdiff
|
tree
2015-12-11
Tom Lane
Install our "missing" script where PGXS builds can...
commit
|
commitdiff
|
tree
2015-12-11
Stephen Frost
Handle policies during DROP OWNED BY
commit
|
commitdiff
|
tree
2015-12-11
Tom Lane
Get rid of the planner's LateralJoinInfo data structure.
commit
|
commitdiff
|
tree
2015-12-11
Stephen Frost
Handle dependencies properly in ALTER POLICY
commit
|
commitdiff
|
tree
2015-12-11
Tom Lane
Still more fixes for planner's handling of LATERAL...
commit
|
commitdiff
|
tree
2015-12-11
Alvaro Herrera
Fix commit timestamp initialization
commit
|
commitdiff
|
tree
2015-12-11
Peter Eisentraut
Improve some messages
commit
|
commitdiff
|
tree
2015-12-10
Robert Haas
Improve ALTER POLICY tab completion.
commit
|
commitdiff
|
tree
2015-12-10
Robert Haas
Fix typo.
commit
|
commitdiff
|
tree
2015-12-10
Andres Freund
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
commit
|
commitdiff
|
tree
2015-12-10
Andres Freund
Fix bug leading to restoring unlogged relations from...
commit
|
commitdiff
|
tree
2015-12-10
Tom Lane
Accept flex > 2.5.x on Windows, too.
commit
|
commitdiff
|
tree
2015-12-09
Tom Lane
Simplify LATERAL-related calculations within add_paths_...
commit
|
commitdiff
|
tree
2015-12-09
Robert Haas
Remove redundant sentence.
commit
|
commitdiff
|
tree
2015-12-08
Tom Lane
Make failure to open psql's --log-file fatal.
commit
|
commitdiff
|
tree
2015-12-08
Tom Lane
Avoid odd portability problem in TestLib.pm's slurp_fil...
commit
|
commitdiff
|
tree
2015-12-08
Robert Haas
Allow foreign and custom joins to handle EvalPlanQual...
commit
|
commitdiff
|
tree
2015-12-07
Tom Lane
Fix another oversight in checking if a join with LATERA...
commit
|
commitdiff
|
tree
2015-12-06
Tom Lane
Update xindex.sgml for recent additions to GIST opclass...
commit
|
commitdiff
|
tree
2015-12-05
Tom Lane
Create TestLib.pm's tempdir underneath tmp_check/,...
commit
|
commitdiff
|
tree
2015-12-05
Noah Misch
Instruct Coverity using an assertion.
commit
|
commitdiff
|
tree
2015-12-04
Tom Lane
Further improve documentation of the role-dropping...
commit
|
commitdiff
|
tree
next