summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-29Hacking.aset_changesRobert Haas
2015-12-21Hack, hack.Robert Haas
2015-12-21aset changes, part one.Robert Haas
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18pgbench: Change terminology from "threshold" to "parameter".Robert Haas
2015-12-18Remove duplicate word.Robert Haas
2015-12-18Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-12-18Fix typo in comment.Robert Haas
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-18Cube extension kNN supportTeodor Sigaev
2015-12-18Remove unreferenced function declarations.Tom Lane
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-12-17Fix improper initialization order for readline.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-12-16Speed up CREATE INDEX CONCURRENTLY's TID sort.Robert Haas
2015-12-16Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas
2015-12-15Document use of Subject Alternative Names in SSL server certificates.Tom Lane
2015-12-15Update 9.5 release notes through today.Tom Lane
2015-12-15Teach mdnblocks() not to create zero-length files.Robert Haas
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
2015-12-15Provide a way to predefine LWLock tranche IDs.Robert Haas
2015-12-15Improve CREATE POLICY documentationStephen Frost
2015-12-15Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-12-15Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Remove xmlparse(document '') testKevin Grittner
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
2015-12-14Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund
2015-12-14Correct statement to actually be the intended assert statement.Andres Freund
2015-12-14Docs: document that psql's "\i -" means read from stdin.Tom Lane
2015-12-13Code and docs review for multiple -c and -f options in psql.Tom Lane
2015-12-13Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-12-13Doc: update external URLs for PostGIS project.Tom Lane
2015-12-12doc: Add some markupPeter Eisentraut
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-12-12Add an expected-file to match behavior of latest libxml2.Tom Lane
2015-12-11pg_rewind: Don't error if the two clusters are already on the same timelinePeter Eisentraut
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Install our "missing" script where PGXS builds can find it.Tom Lane
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Improve ALTER POLICY tab completion.Robert Haas