]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-12-23  Tom LaneImprove handling of password reuse in src/bin/scripts...
2015-12-23  Tom LaneIn pg_dump, remember connection passwords no matter...
2015-12-23  Robert HaasRead from the same worker repeatedly until it returns...
2015-12-23  Robert HaasChange Gather not to use a physical tlist.
2015-12-23  Peter EisentrautRemove unnecessary escaping in C character literals
2015-12-23  Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-22  Robert HaasComment improvements for abbreviated keys.
2015-12-22  Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-12-21  Tom LaneFix calculation of space needed for parsed words in...
2015-12-21  Stephen FrostMake viewquery a copy in rewriteTargetView()
2015-12-20  Tom LaneRemove silly completion for "DELETE FROM tabname ...".
2015-12-20  Tom LaneTeach psql's tab completion to consider the entire...
2015-12-20  Peter Eisentrautpsql: Review of new help output strings
2015-12-19  Tom LaneAdd missing COSTS OFF to EXPLAIN commands in rowsecurit...
2015-12-19  Tom LaneAdopt a more compact, less error-prone notation for...
2015-12-19  Peter EisentrautFix whitespace
2015-12-19  Andres FreundFix tab completion for ALTER ... TABLESPACE ... OWNED BY.
2015-12-18  Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18  Robert Haaspgbench: Change terminology from "threshold" to "parame...
2015-12-18  Robert HaasRemove duplicate word.
2015-12-18  Robert HaasFix TupleQueueReaderNext not to ignore its nowait argument.
2015-12-18  Robert HaasFix copy-and-paste error in logical decoding callback.
2015-12-18  Robert HaasFix typo in comment.
2015-12-18  Teodor SigaevAllow to omit boundaries in array subscript
2015-12-18  Teodor SigaevCube extension kNN support
2015-12-18  Tom LaneRemove unreferenced function declarations.
2015-12-18  Tom LaneUse just one standalone-backend session for initdb...
2015-12-18  Tom LaneAdjust behavior of single-user -j mode for better initd...
2015-12-17  Tom LaneFix improper initialization order for readline.
2015-12-17  Alvaro HerreraRework internals of changing a type's ownership
2015-12-16  Tom LaneCope with Readline's failure to track SIGWINCH events...
2015-12-16  Robert HaasSpeed up CREATE INDEX CONCURRENTLY's TID sort.
2015-12-16  Robert HaasMark CHECK constraints declared NOT VALID valid if...
2015-12-15  Tom LaneDocument use of Subject Alternative Names in SSL server...
2015-12-15  Tom LaneUpdate 9.5 release notes through today.
2015-12-15  Robert HaasTeach mdnblocks() not to create zero-length files.
2015-12-15  Robert HaasMove buffer I/O and content LWLocks out of the main...
2015-12-15  Robert HaasProvide a way to predefine LWLock tranche IDs.
2015-12-15  Stephen FrostImprove CREATE POLICY documentation
2015-12-15  Stephen FrostCollect the global OR of hasRowSecurity flags for plancache
2015-12-15  Tom LaneAdd missing cleanup logic in pg_rewind/t/005_same_timel...
2015-12-14  Alvaro HerreraAdd missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
2015-12-14  Kevin GrittnerRemove xmlparse(document '') test
2015-12-14  Heikki LinnakangasFix out-of-memory error handling in ParameterDescriptio...
2015-12-14  Andres FreundFix bug in SetOffsetVacuumLimit() triggered by find_mul...
2015-12-14  Andres FreundCorrect statement to actually be the intended assert...
2015-12-14  Tom LaneDocs: document that psql's "\i -" means read from stdin.
2015-12-13  Tom LaneCode and docs review for multiple -c and -f options...
2015-12-13  Magnus HaganderConsistently set all fields in pg_stat_replication...
2015-12-13  Magnus HaganderProperly initialize write, flush and replay locations...
2015-12-13  Tom LaneDoc: update external URLs for PostGIS project.
2015-12-12  Peter Eisentrautdoc: Add some markup
2015-12-12  Andres FreundFix ALTER TABLE ... SET TABLESPACE for unlogged relations.
2015-12-12  Tom LaneAdd an expected-file to match behavior of latest libxml2.
2015-12-11  Peter Eisentrautpg_rewind: Don't error if the two clusters are already...
2015-12-11  Alvaro HerreraFor REASSIGN OWNED for foreign user mappings
2015-12-11  Tom LaneInstall our "missing" script where PGXS builds can...
2015-12-11  Stephen FrostHandle policies during DROP OWNED BY
2015-12-11  Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-12-11  Stephen FrostHandle dependencies properly in ALTER POLICY
2015-12-11  Tom LaneStill more fixes for planner's handling of LATERAL...
2015-12-11  Alvaro HerreraFix commit timestamp initialization
2015-12-11  Peter EisentrautImprove some messages
2015-12-10  Robert HaasImprove ALTER POLICY tab completion.
2015-12-10  Robert HaasFix typo.
2015-12-10  Andres FreundFix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
2015-12-10  Andres FreundFix bug leading to restoring unlogged relations from...
2015-12-10  Tom LaneAccept flex > 2.5.x on Windows, too.
2015-12-09  Robert HaasRemove redundant sentence.
2015-12-09  Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-12-08  Kevin GrittnerImprove performance in freeing memory contexts
2015-12-08  Tom LaneMake failure to open psql's --log-file fatal.
2015-12-08  Tom LaneAvoid odd portability problem in TestLib.pm's slurp_fil...
2015-12-08  Robert Haaspsql: Support multiple -c and -f options, and allow...
2015-12-08  Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07  Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-12-07  Alvaro HerreraPostgresNode: wrap correctly around port number range end
2015-12-07  Tom LaneFix another oversight in checking if a join with LATERA...
2015-12-07  Alvaro HerreraCleanup some problems in new Perl test code
2015-12-06  Tom LaneUpdate xindex.sgml for recent additions to GIST opclass...
2015-12-05  Tom LaneCreate TestLib.pm's tempdir underneath tmp_check/,...
2015-12-05  Noah MischInstruct Coverity using an assertion.
2015-12-04  Tom LaneFurther improve documentation of the role-dropping...
2015-12-03  Alvaro HerreraFurther tweak commit_timestamp behavior
2015-12-03  Tom LaneClean up some psql issues around handling of the query...
2015-12-03  Peter Eisentrautdoc: Add serial comma
2015-12-03  Peter Eisentrautpsql: Improve spelling
2015-12-03  Peter Eisentrautdoc: Fix markup and improve placeholder names
2015-12-03  Alvaro HerreraFix broken subroutine call in TestLib
2015-12-02  Tom LaneFix behavior of printTable() and friends with externall...
2015-12-02  Alvaro HerreraRefactor Perl test code
2015-12-02  Robert HaasAdd handling for GatherPath to print_path.
2015-12-01  Tom LaneMake gincostestimate() cope with hypothetical GIN indexes.
2015-12-01  Tom LaneFurther tweaking of print_aligned_vertical().
2015-12-01  Tom LaneUse "g" not "f" format in ecpg's PGTYPESnumeric_from_do...
2015-12-01  Tom LaneFurther adjustment to psql's print_aligned_vertical...
2015-12-01  Teodor SigaevUse pg_rewind when target timeline was switched
2015-11-30  Tom LaneRework wrap-width calculation in psql's print_aligned_v...
2015-11-30  Robert HaasFix obsolete comment.
2015-11-29  Tom LaneAvoid caching expression state trees for domain constra...
next