2018-05-01 |
Tom Lane | Clean up warnings from -Wimplicit-fallthrough. |
commit | commitdiff | tree |
2018-05-01 |
Andres Freund | Improve representation of 'moved partitions' indicator... |
commit | commitdiff | tree |
2018-05-01 |
Robert Haas | Fix interaction of foreign tuple routing with remote... |
commit | commitdiff | tree |
2018-05-01 |
Tom Lane | Remove jsonb_plperl test cases for Inf/NaN conversions. |
commit | commitdiff | tree |
2018-05-01 |
Tom Lane | Remove investigative code for can't-reattach-to-shared... |
commit | commitdiff | tree |
2018-05-01 |
Peter Eisentraut | Document that subscription tests require hstore |
commit | commitdiff | tree |
2018-05-01 |
Bruce Momjian | doc comments: rendering engines are another UTF8 restr... |
commit | commitdiff | tree |
2018-05-01 |
Bruce Momjian | docs comments: clarify why not to use UTF8 still in... |
commit | commitdiff | tree |
2018-05-01 |
Peter Eisentraut | doc: Update limitations of partitions |
commit | commitdiff | tree |
2018-05-01 |
Tom Lane | Tweak new jsonb_plperl test cases to work with old... |
commit | commitdiff | tree |
2018-05-01 |
Tom Lane | Does it help to wait before reattaching? |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Map and unmap the shared memory block before risking... |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Further effort at preventing memory map dump from affec... |
commit | commitdiff | tree |
2018-04-30 |
Peter Eisentraut | Remove plperl isnan hack |
commit | commitdiff | tree |
2018-04-30 |
Peter Eisentraut | Write error messages about duplicate OIDs to stderr |
commit | commitdiff | tree |
2018-04-30 |
Peter Eisentraut | Remove "Generating" output from catalog scripts |
commit | commitdiff | tree |
2018-04-30 |
Peter Eisentraut | Don't do logical replication of TRUNCATE of zero tables |
commit | commitdiff | tree |
2018-04-30 |
Peter Eisentraut | Prevent infinity and NaN in jsonb/plperl transform |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Remove Windows module-list-dumping code. |
commit | commitdiff | tree |
2018-04-30 |
Andrew Dunstan | clean up pg_upgrade tmp_check under MSVC |
commit | commitdiff | tree |
2018-04-30 |
Andrew Dunstan | Ignore file generated during pg_upgrade testing |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Dump full memory maps around failing Windows reattach... |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Fix bogus list-iteration code in pg_regress.c, affectin... |
commit | commitdiff | tree |
2018-04-30 |
Tom Lane | Get still more info about Windows can't-reattach-to... |
commit | commitdiff | tree |
2018-04-29 |
Tom Lane | Avoid wrong results for power() with NaN input on more... |
commit | commitdiff | tree |
2018-04-29 |
Tom Lane | Get more info about Windows can't-reattach-to-shared... |
commit | commitdiff | tree |
2018-04-29 |
Tom Lane | Update time zone data files to tzdata release 2018d. |
commit | commitdiff | tree |
2018-04-29 |
Tom Lane | Avoid wrong results for power() with NaN input on some... |
commit | commitdiff | tree |
2018-04-29 |
Tom Lane | Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | In AtEOXact_Files, complain if any files remain unclose... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Fix incorrect field type for PlannedStmt.jitFlags in... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Tweak reformat_dat_file.pl to make it more easily hand... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Clarify handling of special-case values in bootstrap... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Un-break contrib install with llvm. |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Minor cleanups for install_llvm_module/uninstall_llvm_m... |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Assorted minor doc/comment fixes. |
commit | commitdiff | tree |
2018-04-28 |
Tom Lane | Try to get some info about Windows can't-reattach-to... |
commit | commitdiff | tree |
2018-04-27 |
Tom Lane | Adjust hints and docs to suggest CREATE EXTENSION not... |
commit | commitdiff | tree |
2018-04-27 |
Peter Eisentraut | perltidy: Add option --nooutdent-long-comments |
commit | commitdiff | tree |
2018-04-27 |
Peter Eisentraut | perltidy: Add option --nooutdent-long-quotes |
commit | commitdiff | tree |
2018-04-27 |
Peter Eisentraut | perltidy: Don't write backup files |
commit | commitdiff | tree |
2018-04-27 |
Heikki Linnakangas | Remove outdated comment on how to set logtape's read... |
commit | commitdiff | tree |
2018-04-26 |
Bruce Momjian | C comment: add description of root_tuple_slot |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Post-feature-freeze pgindent run. |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Preliminary work for pgindent run. |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Avoid parsing catalog data twice during BKI file constr... |
commit | commitdiff | tree |
2018-04-26 |
Tom Lane | Fix duplicate_oids and unused_oids so user needn't... |
commit | commitdiff | tree |
2018-04-26 |
Bruce Momjian | docs: remove "III" version text from pgAdmin link |
commit | commitdiff | tree |
2018-04-26 |
Noah Misch | Correct pg_recvlogical server version test. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Convert unused_oids and duplicate_oids to use Catalog... |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Make Catalog.pm's representation of toast and index... |
commit | commitdiff | tree |
2018-04-25 |
Robert Haas | Prevent generation of bogus subquery scan paths. |
commit | commitdiff | tree |
2018-04-25 |
Teodor Sigaev | Add amcheck missing downlink tests. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Reindent Perl files with perltidy version 20170521. |
commit | commitdiff | tree |
2018-04-25 |
Tom Lane | Change pgindent/README to specify that we use perltidy... |
commit | commitdiff | tree |
2018-04-25 |
Teodor Sigaev | Add missing and dangling downlink checks to amcheck |
commit | commitdiff | tree |
2018-04-25 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2018-04-25 |
Alvaro Herrera | Update ExecInitPartitionInfo comment |
commit | commitdiff | tree |
2018-04-24 |
Alvaro Herrera | Initialize ExprStates once in run-time partition pruning |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Add GUC enable_partition_pruning |
commit | commitdiff | tree |
2018-04-23 |
Tom Lane | Fix handling of partition bounds for boolean partitioni... |
commit | commitdiff | tree |
2018-04-23 |
Peter Eisentraut | Fix typo in logical truncate replication |
commit | commitdiff | tree |
2018-04-23 |
Peter Eisentraut | Make Emacs settings match perltidy configuration |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Add missing pstrdup |
commit | commitdiff | tree |
2018-04-23 |
Alvaro Herrera | Remove useless default clause in switch |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Make bms_prev_member work correctly with a 64 bit bitma... |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Update trigram example in docs to correct state |
commit | commitdiff | tree |
2018-04-23 |
Teodor Sigaev | Fix wrong validation of top-parent pointer during page... |
commit | commitdiff | tree |
2018-04-23 |
Heikki Linnakangas | Make PGJIT_* macros safer. |
commit | commitdiff | tree |
2018-04-23 |
Magnus Hagander | Add comment explaining BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
2018-04-22 |
Magnus Hagander | Add missing documentation for BGWORKER_BYPASS_ALLOWCONN |
commit | commitdiff | tree |
2018-04-21 |
Tom Lane | Add missing "static" marker. |
commit | commitdiff | tree |
2018-04-21 |
Peter Eisentraut | doc: Restructure authentication methods sections |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Test conversion of NaN between float4 and float8. |
commit | commitdiff | tree |
2018-04-20 |
Stephen Frost | Fix a couple minor typos |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Don't run fast_default regression test in parallel... |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Fix race conditions when an event trigger is added... |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Tweak a couple of planner APIs to save recalculating... |
commit | commitdiff | tree |
2018-04-20 |
Tom Lane | Change more places to be less trusting of RestrictInfo... |
commit | commitdiff | tree |
2018-04-19 |
Tom Lane | Improve consistency of comments in system catalog headers. |
commit | commitdiff | tree |
2018-04-19 |
Tom Lane | Fix incorrect handling of join clauses pushed into... |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Remove quick path in ExecInitPartitionInfo for equal... |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Plural of modulus is moduli |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Rework code to determine partition pruning procedure |
commit | commitdiff | tree |
2018-04-19 |
Alvaro Herrera | Enlarge find_other_exec's meager fgets buffer |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Fix datatype for number of heap tuples during last... |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Adjust _bt_insertonpg() comments |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Handle XLOG_BTREE_META_CLEANUP in btree_desc() and... |
commit | commitdiff | tree |
2018-04-19 |
Teodor Sigaev | Adjust INCLUDE index truncation comments and code. |
commit | commitdiff | tree |
2018-04-18 |
Tom Lane | Improve error detection/reporting in Catalog.pm and... |
commit | commitdiff | tree |
2018-04-18 |
Tom Lane | Better fix for deadlock hazard in CREATE INDEX CONCURRE... |
commit | commitdiff | tree |
2018-04-18 |
Heikki Linnakangas | Improve docs for the new INCLUDE directive in CREATE... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Rationalize handling of single and double quotes in... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Rationalize handling of array type names in bootstrap... |
commit | commitdiff | tree |
2018-04-17 |
Tom Lane | Simplify genbki.pl's data quoting rules. |
commit | commitdiff | tree |
2018-04-17 |
Heikki Linnakangas | Fix confusion on the padding of GIDs in on commit and... |
commit | commitdiff | tree |
2018-04-17 |
Alvaro Herrera | Update Append's idea of first_partial_plan |
commit | commitdiff | tree |
2018-04-17 |
Heikki Linnakangas | Fix a few typos in comments and variable names. |
commit | commitdiff | tree |
2018-04-17 |
Alvaro Herrera | Improve coverage of nodeAppend runtime partition prune |
commit | commitdiff | tree |
2018-04-17 |
Tatsuo Ishii | Add more infinite recursion detection while locking... |
commit | commitdiff | tree |
next |