| 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 |
| 2015-12-03 |
Tom Lane | Clean up some psql issues around handling of the query... |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | doc: Add serial comma |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | psql: Improve spelling |
commit | commitdiff | tree |
| 2015-12-03 |
Peter Eisentraut | doc: Fix markup and improve placeholder names |
commit | commitdiff | tree |
| 2015-12-03 |
Alvaro Herrera | Fix broken subroutine call in TestLib |
commit | commitdiff | tree |
| 2015-12-02 |
Tom Lane | Fix behavior of printTable() and friends with externall... |
commit | commitdiff | tree |
| 2015-12-02 |
Alvaro Herrera | Refactor Perl test code |
commit | commitdiff | tree |
| 2015-12-02 |
Robert Haas | Add handling for GatherPath to print_path. |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Make gincostestimate() cope with hypothetical GIN indexes. |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Further tweaking of print_aligned_vertical(). |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Use "g" not "f" format in ecpg's PGTYPESnumeric_from_do... |
commit | commitdiff | tree |
| 2015-12-01 |
Tom Lane | Further adjustment to psql's print_aligned_vertical... |
commit | commitdiff | tree |
| 2015-12-01 |
Teodor Sigaev | Use pg_rewind when target timeline was switched |
commit | commitdiff | tree |
| 2015-11-30 |
Tom Lane | Rework wrap-width calculation in psql's print_aligned_v... |
commit | commitdiff | tree |
| 2015-11-30 |
Robert Haas | Fix obsolete comment. |
commit | commitdiff | tree |
| 2015-11-29 |
Tom Lane | Avoid caching expression state trees for domain constra... |
commit | commitdiff | tree |
| 2015-11-28 |
Tom Lane | Avoid doing encoding conversions by double-conversion... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Update UCS_to_GB18030.pl with info about origin of... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Auto-generate file header comments in Unicode mapping... |
commit | commitdiff | tree |
| 2015-11-27 |
Tom Lane | Improve PQhost() to return useful data for default... |
commit | commitdiff | tree |
| 2015-11-27 |
Teodor Sigaev | COPY (INSERT/UPDATE/DELETE .. RETURNING ..) |
commit | commitdiff | tree |
| 2015-11-26 |
Tom Lane | Fix failure to consider failure cases in GetComboComman... |
commit | commitdiff | tree |
| 2015-11-25 |
Tom Lane | Be more paranoid about null return values from libpq... |
commit | commitdiff | tree |
| 2015-11-25 |
Tom Lane | Improve div_var_fast(), mostly by making comments better. |
commit | commitdiff | tree |
| 2015-11-25 |
Teodor Sigaev | Add forgotten file in commit d6061f83a166b015657fda8623... |
commit | commitdiff | tree |
| 2015-11-25 |
Teodor Sigaev | Improve pageinspect module |
commit | commitdiff | tree |
| 2015-11-24 |
Bruce Momjian | pg_upgrade: fix CopyFile() on Windows to fail on file... |
commit | commitdiff | tree |
| 2015-11-24 |
Peter Eisentraut | doc: Some improvements on CREATE POLICY and ALTER POLIC... |
commit | commitdiff | tree |
| 2015-11-23 |
Teodor Sigaev | Clarify pg_rewind connection requirements. |
commit | commitdiff | tree |
| 2015-11-23 |
Peter Eisentraut | doc: Add more documentation about wal_retrieve_retry_in... |
commit | commitdiff | tree |
| 2015-11-22 |
Tom Lane | Adopt the GNU convention for handling tar-archive membe... |
commit | commitdiff | tree |
| 2015-11-20 |
Tom Lane | Fix handling of inherited check constraints in ALTER... |
commit | commitdiff | tree |
| 2015-11-20 |
Robert Haas | Avoid server crash when worker registration fails at... |
commit | commitdiff | tree |
| 2015-11-19 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2015-11-19 |
Robert Haas | Remove numbers from incorrectly-numbered list. |
commit | commitdiff | tree |
| 2015-11-19 |
Tom Lane | Dodge a macro-name conflict with Perl. |
commit | commitdiff | tree |
| 2015-11-19 |
Peter Eisentraut | doc: Clarify some things on pg_receivexlog reference... |
commit | commitdiff | tree |
| 2015-11-19 |
Tom Lane | Fix thinko: errmsg -> ereport. |
commit | commitdiff | tree |
| 2015-11-19 |
Robert Haas | Make ALTER .. SET SCHEMA do nothing, instead of throwin... |
commit | commitdiff | tree |
| 2015-11-19 |
Andrew Dunstan | fix a perl typo |
commit | commitdiff | tree |
| 2015-11-19 |
Andrew Dunstan | Update docs for vcregress.pl bincheck changes |
commit | commitdiff | tree |
| 2015-11-19 |
Andrew Dunstan | Improve vcregress.pl's handling of tap tests for client... |
commit | commitdiff | tree |
| 2015-11-19 |
Robert Haas | Fix incomplete set_foreignscan_references handling... |
commit | commitdiff | tree |
| 2015-11-19 |
Andres Freund | Remove function names from some elog() calls in heapam.c. |
commit | commitdiff | tree |
| 2015-11-19 |
Andres Freund | Improve ON CONFLICT documentation. |
commit | commitdiff | tree |
| 2015-11-18 |
Tom Lane | Accept flex > 2.5.x in configure. |
commit | commitdiff | tree |
| 2015-11-18 |
Robert Haas | Make a comment more precise. |
commit | commitdiff | tree |
| 2015-11-18 |
Robert Haas | Avoid aggregating worker instrumentation multiple times. |
commit | commitdiff | tree |
| 2015-11-18 |
Robert Haas | Fix dumb bug in tqueue.c |
commit | commitdiff | tree |
| 2015-11-17 |
Tom Lane | Fix possible internal overflow in numeric division. |
commit | commitdiff | tree |
| 2015-11-17 |
Peter Eisentraut | Message style fix |
commit | commitdiff | tree |
| 2015-11-17 |
Peter Eisentraut | Improve message |
commit | commitdiff | tree |
| 2015-11-17 |
Peter Eisentraut | Message improvements |
commit | commitdiff | tree |
| 2015-11-17 |
Peter Eisentraut | doc: Fix commas and improve spacing |
commit | commitdiff | tree |
| 2015-11-16 |
Robert Haas | Remove volatile qualifiers from bufmgr.c and freelist.c |
commit | commitdiff | tree |
| next |