| 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 |
Tom Lane | Fix omission of -X (--no-psqlrc) in some psql invocations. |
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 | Include typmod when complaining about inherited column... |
commit | commitdiff | tree |
| 2015-12-26 |
Tom Lane | Fix brin_summarize_new_values() to check index type... |
commit | commitdiff | tree |
| 2015-12-25 |
Fujii Masao | Improve SECURITY LABEL tab completion |
commit | commitdiff | tree |
| 2015-12-25 |
Teodor Sigaev | Improve the gin index scan performance in pg_trgm. |
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-24 |
Tom Lane | Docs typo fix. |
commit | commitdiff | tree |
| 2015-12-24 |
Tom Lane | Avoid VACUUM FULL altogether in initdb. |
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-23 |
Robert Haas | Read from the same worker repeatedly until it returns... |
commit | commitdiff | tree |
| 2015-12-23 |
Robert Haas | Change Gather not to use a physical tlist. |
commit | commitdiff | tree |
| 2015-12-23 |
Peter Eisentraut | Remove unnecessary escaping in C character literals |
commit | commitdiff | tree |
| 2015-12-23 |
Tom Lane | Allow omitting one or both boundaries in an array slice... |
commit | commitdiff | tree |
| 2015-12-22 |
Robert Haas | Comment improvements for abbreviated keys. |
commit | commitdiff | tree |
| 2015-12-22 |
Robert Haas | postgres_fdw: Consider requesting sorted data so we... |
commit | commitdiff | tree |
| 2015-12-21 |
Tom Lane | Fix calculation of space needed for parsed words in... |
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 |
Tom Lane | Teach psql's tab completion to consider the entire... |
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 |
Tom Lane | Adopt a more compact, less error-prone notation for... |
commit | commitdiff | tree |
| 2015-12-19 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-12-19 |
Andres Freund | Fix tab completion for ALTER ... TABLESPACE ... OWNED BY. |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Revert 9246af6799819847faa33baf441251003acbb8fe because |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | pgbench: Change terminology from "threshold" to "parame... |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Remove duplicate word. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix TupleQueueReaderNext not to ignore its nowait argument. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix copy-and-paste error in logical decoding callback. |
commit | commitdiff | tree |
| 2015-12-18 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Allow to omit boundaries in array subscript |
commit | commitdiff | tree |
| 2015-12-18 |
Teodor Sigaev | Cube extension kNN support |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Remove unreferenced function declarations. |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Use just one standalone-backend session for initdb... |
commit | commitdiff | tree |
| 2015-12-18 |
Tom Lane | Adjust behavior of single-user -j mode for better initd... |
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-16 |
Robert Haas | Speed up CREATE INDEX CONCURRENTLY's TID sort. |
commit | commitdiff | tree |
| 2015-12-16 |
Robert Haas | Mark CHECK constraints declared NOT VALID valid if... |
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 |
Robert Haas | Teach mdnblocks() not to create zero-length files. |
commit | commitdiff | tree |
| 2015-12-15 |
Robert Haas | Move buffer I/O and content LWLocks out of the main... |
commit | commitdiff | tree |
| 2015-12-15 |
Robert Haas | Provide a way to predefine LWLock tranche IDs. |
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 |
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 |
Tom Lane | Code and docs review for multiple -c and -f options... |
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 |
Peter Eisentraut | doc: Add some markup |
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 |
Peter Eisentraut | pg_rewind: Don't error if the two clusters are already... |
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 |
Robert Haas | Remove redundant sentence. |
commit | commitdiff | tree |
| 2015-12-09 |
Robert Haas | Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker... |
commit | commitdiff | tree |
| 2015-12-08 |
Kevin Grittner | Improve performance in freeing memory contexts |
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 | psql: Support multiple -c and -f options, and allow... |
commit | commitdiff | tree |
| 2015-12-08 |
Robert Haas | Allow foreign and custom joins to handle EvalPlanQual... |
commit | commitdiff | tree |
| 2015-12-07 |
Tom Lane | Simplify LATERAL-related calculations within add_paths_... |
commit | commitdiff | tree |
| 2015-12-07 |
Alvaro Herrera | PostgresNode: wrap correctly around port number range end |
commit | commitdiff | tree |
| 2015-12-07 |
Tom Lane | Fix another oversight in checking if a join with LATERA... |
commit | commitdiff | tree |
| 2015-12-07 |
Alvaro Herrera | Cleanup some problems in new Perl test code |
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 |
| 2015-12-03 |
Alvaro Herrera | Further tweak commit_timestamp behavior |
commit | commitdiff | tree |
| next |