| 2016-11-21 |
Tom Lane | Fix optimization for skipping searches for parallel... |
commit | commitdiff | tree |
| 2016-11-21 |
Robert Haas | autovacuum: Drop orphan temp tables more quickly but... |
commit | commitdiff | tree |
| 2016-11-21 |
Tom Lane | Fix test for subplans in force-parallel mode. |
commit | commitdiff | tree |
| 2016-11-20 |
Tom Lane | Prevent multicolumn expansion of "foo.*" in an UPDATE... |
commit | commitdiff | tree |
| 2016-11-19 |
Tom Lane | Fix latent costing error in create_merge_append_path. |
commit | commitdiff | tree |
| 2016-11-19 |
Tom Lane | Code review for GUC serialization/deserialization code. |
commit | commitdiff | tree |
| 2016-11-18 |
Peter Eisentraut | Add pg_sequences view |
commit | commitdiff | tree |
| 2016-11-18 |
Stephen Frost | Clean up pg_dump tests, re-enable BLOB testing |
commit | commitdiff | tree |
| 2016-11-17 |
Robert Haas | Remove or reduce verbosity of some debug messages. |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Fix pg_dump's handling of circular dependencies in... |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Improve pg_dump/pg_restore --create --if-exists logic. |
commit | commitdiff | tree |
| 2016-11-17 |
Tom Lane | Re-pgindent src/bin/pg_dump/* |
commit | commitdiff | tree |
| 2016-11-17 |
Alvaro Herrera | Avoid pin scan for replay of XLOG_BTREE_VACUUM in all... |
commit | commitdiff | tree |
| 2016-11-16 |
Peter Eisentraut | doc: Further XSLT HTML build performance optimization |
commit | commitdiff | tree |
| 2016-11-16 |
Peter Eisentraut | Build HTML documentation using XSLT stylesheets by... |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Check that result tupdesc has exactly 1 column in retur... |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Reserve zero as an invalid DSM handle. |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Allow DOS-style line endings in ~/.pgpass files. |
commit | commitdiff | tree |
| 2016-11-15 |
Tom Lane | Account for catalog snapshot in PGXACT->xmin updates. |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Limit the number of number of tapes used for a sort... |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | Fix broken statement in UCS_to_most.pl. |
commit | commitdiff | tree |
| 2016-11-15 |
Robert Haas | pgbench: Increase maximum size of log filename from... |
commit | commitdiff | tree |
| 2016-11-14 |
Andres Freund | Provide NO_INSTALLCHECK option for pgxs. |
commit | commitdiff | tree |
| 2016-11-14 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | Allow individual TAP tests to be run via PROVE_TESTS |
commit | commitdiff | tree |
| 2016-11-14 |
Alvaro Herrera | Fix duplication in ALTER MATERIALIZE VIEW synopsis |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | pg_upgrade: Upgrade sequence data via pg_dump |
commit | commitdiff | tree |
| 2016-11-14 |
Peter Eisentraut | pg_dump: Separate table and sequence data object types |
commit | commitdiff | tree |
| 2016-11-13 |
Tom Lane | Doc: remove obsolete example. |
commit | commitdiff | tree |
| 2016-11-13 |
Peter Eisentraut | pg_stat_statements: Add .gitignore file for tests |
commit | commitdiff | tree |
| 2016-11-12 |
Andres Freund | Add minimal set of regression tests for pg_stat_statements. |
commit | commitdiff | tree |
| 2016-11-11 |
Tom Lane | Doc: fix data types of FuncCallContext's call_cntr... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Cleanup of rewriter and planner handling of Query.hasRo... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Re-allow user_catalog_table option for materialized... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Support "COPY view FROM" for views with INSTEAD OF... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Fix partial aggregation for the case of a degenerate... |
commit | commitdiff | tree |
| 2016-11-10 |
Tom Lane | Doc: improve link. |
commit | commitdiff | tree |
| 2016-11-09 |
Robert Haas | pgbench: Allow the transaction log file prefix to be... |
commit | commitdiff | tree |
| 2016-11-09 |
Peter Eisentraut | doc: Improve whitespace use in XSL |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Simplify code by getting rid of SPI_push, SPI_pop,... |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | psql: Tab completion for renaming enum values. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Replace uses of SPI_modifytuple that intend to allocate... |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Make SPI_fnumber() reject dropped columns. |
commit | commitdiff | tree |
| 2016-11-08 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | Fix mistake in XLOG_SEG_SIZE test. |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Use heap_modify_tuple not SPI_modifytuple in pl/python... |
commit | commitdiff | tree |
| 2016-11-08 |
Tom Lane | Use heap_modify_tuple not SPI_modifytuple in pl/perl... |
commit | commitdiff | tree |
| 2016-11-08 |
Robert Haas | Improve handling of dead tuples in hash indexes. |
commit | commitdiff | tree |
| 2016-11-08 |
Noah Misch | Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. |
commit | commitdiff | tree |
| 2016-11-07 |
Tom Lane | Band-aid fix for incorrect use of view options as StdRd... |
commit | commitdiff | tree |
| 2016-11-07 |
Tom Lane | Revert "Delete contrib/xml2's legacy implementation... |
commit | commitdiff | tree |
| 2016-11-07 |
Tom Lane | Revert "Provide DLLEXPORT markers for C functions via... |
commit | commitdiff | tree |
| 2016-11-07 |
Peter Eisentraut | pg_upgrade: Add NLS |
commit | commitdiff | tree |
| 2016-11-07 |
Peter Eisentraut | pg_rewing pg_upgrade: Fix translation markers |
commit | commitdiff | tree |
| 2016-11-07 |
Peter Eisentraut | Save redundant code for pseudotype I/O functions |
commit | commitdiff | tree |
| 2016-11-07 |
Tom Lane | Sync pltcl_build_tuple_result's error handling with... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | Support PL/Tcl functions that return composite types... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | Modernize result-tuple construction in pltcl_trigger_ha... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | Rationalize and document pltcl's handling of magic... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | Need to do SPI_push/SPI_pop around expression evaluatio... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | Fix silly nil-pointer-dereference bug introduced in... |
commit | commitdiff | tree |
| 2016-11-06 |
Tom Lane | More zic cleanup. |
commit | commitdiff | tree |
| 2016-11-05 |
Tom Lane | Improve minor error-handling details in pltcl. |
commit | commitdiff | tree |
| 2016-11-05 |
Tom Lane | Adjust cost_merge_append() to reflect use of binaryheap... |
commit | commitdiff | tree |
| 2016-11-05 |
Tom Lane | Remove duplicate macro definition. |
commit | commitdiff | tree |
| 2016-11-05 |
Tom Lane | pgwin32_is_junction's argument should be "const char... |
commit | commitdiff | tree |
| 2016-11-05 |
Peter Eisentraut | doc: Don't reformat .fo files before processing by fop |
commit | commitdiff | tree |
| 2016-11-05 |
Peter Eisentraut | doc: Port page header customizations to XSLT |
commit | commitdiff | tree |
| 2016-11-04 |
Tom Lane | Provide DLLEXPORT markers for C functions via PG_FUNCTI... |
commit | commitdiff | tree |
| 2016-11-04 |
Tom Lane | Delete contrib/xml2's legacy implementation of xml_is_w... |
commit | commitdiff | tree |
| 2016-11-04 |
Tom Lane | Be more consistent about masking xl_info with ~XLR_INFO... |
commit | commitdiff | tree |
| 2016-11-04 |
Tom Lane | Fix gin_leafpage_items(). |
commit | commitdiff | tree |
| 2016-11-04 |
Kevin Grittner | Improve tab completion for CREATE TRIGGER. |
commit | commitdiff | tree |
| 2016-11-04 |
Kevin Grittner | Implement syntax for transition tables in AFTER triggers. |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | pg_xlogdump: Add NLS |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | pg_test_timing: Add NLS |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | pg_test_fsync: Add NLS |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | pg_archivecleanup: Add NLS |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | pageinspect: Fix unaligned struct access in GIN functions |
commit | commitdiff | tree |
| 2016-11-04 |
Robert Haas | Add API to check if an existing exclusive lock allows... |
commit | commitdiff | tree |
| 2016-11-04 |
Robert Haas | postgres_fdw: Fix typo in comment. |
commit | commitdiff | tree |
| 2016-11-04 |
Peter Eisentraut | doc: Add index letter links to XSLT HTML build |
commit | commitdiff | tree |
| 2016-11-04 |
Tom Lane | Sync our copy of the timezone library with IANA tzcode |
commit | commitdiff | tree |
| 2016-11-03 |
Peter Eisentraut | psql: Split up "Modifiers" column in \d and \dD |
commit | commitdiff | tree |
| 2016-11-03 |
Robert Haas | psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW... |
commit | commitdiff | tree |
| 2016-11-03 |
Robert Haas | Use NIL instead of NULL for an empty List. |
commit | commitdiff | tree |
| 2016-11-03 |
Robert Haas | libpq: Allow connection strings and URIs to specify... |
commit | commitdiff | tree |
| 2016-11-02 |
Tom Lane | Don't make FK-based selectivity estimates in inheritanc... |
commit | commitdiff | tree |
| 2016-11-02 |
Tom Lane | Don't convert Consts into Vars during setrefs.c processing. |
commit | commitdiff | tree |
| 2016-11-02 |
Peter Eisentraut | pageinspect: Make page test more portable |
commit | commitdiff | tree |
| 2016-11-02 |
Tom Lane | Fix portability bug in gin_page_opaque_info(). |
commit | commitdiff | tree |
| 2016-11-02 |
Peter Eisentraut | pageinspect: Make btree test more portable |
commit | commitdiff | tree |
| 2016-11-01 |
Robert Haas | postgres_fdw: Fix typo in comment. |
commit | commitdiff | tree |
| 2016-11-01 |
Peter Eisentraut | Add subsection headers in pageinspect documentation |
commit | commitdiff | tree |
| 2016-11-01 |
Peter Eisentraut | pageinspect: Add tests |
commit | commitdiff | tree |
| 2016-11-01 |
Peter Eisentraut | Add make rules to download raw Unicode mapping files |
commit | commitdiff | tree |
| 2016-10-31 |
Robert Haas | Remove declarations for pq_putmessage_hook and pq_flush... |
commit | commitdiff | tree |
| 2016-10-30 |
Tatsuo Ishii | Fix typo in sources.sgml. |
commit | commitdiff | tree |
| 2016-10-30 |
Tom Lane | Fix nasty performance problem in tsquery_rewrite(). |
commit | commitdiff | tree |
| next |