2019-03-24 |
Andres Freund | tableam: Add tuple_{insert, delete, update, lock} and... |
commit | commitdiff | tree |
2019-03-23 |
Tom Lane | Remove inadequate check for duplicate "xml" PI. |
commit | commitdiff | tree |
2019-03-23 |
Tom Lane | Ensure xmloption = content while restoring pg_dump... |
commit | commitdiff | tree |
2019-03-23 |
Tom Lane | Accept XML documents when xmloption = content, as requi... |
commit | commitdiff | tree |
2019-03-23 |
Peter Geoghegan | Suppress DETAIL output from an event_trigger test. |
commit | commitdiff | tree |
2019-03-23 |
Peter Geoghegan | Add nbtree high key "continuescan" optimization. |
commit | commitdiff | tree |
2019-03-23 |
Michael Paquier | Improve format of code and some error messages in pg_ch... |
commit | commitdiff | tree |
2019-03-23 |
Tom Lane | Add unreachable "break" to satisfy -Wimplicit-fallthrough. |
commit | commitdiff | tree |
2019-03-23 |
Andres Freund | Expand EPQ tests for UPDATEs and DELETEs |
commit | commitdiff | tree |
2019-03-22 |
Michael Paquier | Add option -N/--no-sync to pg_checksums |
commit | commitdiff | tree |
2019-03-22 |
Peter Eisentraut | Revert "Add gitignore entries for jsonpath_gram.h" |
commit | commitdiff | tree |
2019-03-22 |
Michael Paquier | Add options to enable and disable checksums in pg_checksums |
commit | commitdiff | tree |
2019-03-22 |
Peter Eisentraut | Make subscription collation test work independent of... |
commit | commitdiff | tree |
2019-03-22 |
Peter Eisentraut | Add gitignore entries for jsonpath_gram.h |
commit | commitdiff | tree |
2019-03-22 |
Tom Lane | Rearrange make_partitionedrel_pruneinfo to avoid work... |
commit | commitdiff | tree |
2019-03-22 |
Peter Geoghegan | Go back to suppressing foreign_data DETAIL test output. |
commit | commitdiff | tree |
2019-03-22 |
Tom Lane | Don't copy PartitionBoundInfo in set_relation_partition... |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Fix yet more portability bugs in integerset and its... |
commit | commitdiff | tree |
2019-03-22 |
Peter Eisentraut | Fix ICU tests for older ICU versions |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | More portability fixes for integerset tests. |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Make printf format strings in test_integerset portable. |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Make the integerset test more verbose. |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Fix bug in the GiST vacuum's 2nd stage. |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Delete empty pages during GiST VACUUM. |
commit | commitdiff | tree |
2019-03-22 |
Heikki Linnakangas | Add IntegerSet, to hold large sets of 64-bit ints effic... |
commit | commitdiff | tree |
2019-03-22 |
Peter Eisentraut | Collations with nondeterministic comparison |
commit | commitdiff | tree |
2019-03-22 |
Michael Paquier | Fix crash with pg_partition_root |
commit | commitdiff | tree |
2019-03-21 |
Peter Geoghegan | Revert "Suppress DETAIL output from a foreign_data... |
commit | commitdiff | tree |
2019-03-21 |
Alvaro Herrera | Catversion bump announced in previous commit but forgotten |
commit | commitdiff | tree |
2019-03-21 |
Alvaro Herrera | Fix dependency recording bug for partitioned PKs |
commit | commitdiff | tree |
2019-03-21 |
Tom Lane | Improve error reporting for DROP FUNCTION/PROCEDURE... |
commit | commitdiff | tree |
2019-03-21 |
Thomas Munro | Add DNS SRV support for LDAP server discovery. |
commit | commitdiff | tree |
2019-03-20 |
Tom Lane | Sort the dependent objects before deletion in DROP... |
commit | commitdiff | tree |
2019-03-20 |
Alvaro Herrera | Add index_get_partition convenience function |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Fix spurious compiler warning in nbtxlog.c. |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Suppress DETAIL output from a foreign_data test. |
commit | commitdiff | tree |
2019-03-20 |
Alvaro Herrera | Restore RI trigger sanity check |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Allow amcheck to re-find tuples using new search. |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Consider secondary factors during nbtree splits. |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Make heap TID a tiebreaker nbtree index column. |
commit | commitdiff | tree |
2019-03-20 |
Peter Geoghegan | Refactor nbtree insertion scankeys. |
commit | commitdiff | tree |
2019-03-20 |
Alexander Korotkov | Get rid of jsonpath_gram.h and jsonpath_scanner.h |
commit | commitdiff | tree |
2019-03-20 |
Alexander Korotkov | Remove ambiguity for jsonb_path_match() and jsonb_path_... |
commit | commitdiff | tree |
2019-03-19 |
Tom Lane | Restructure libpq's handling of send failures. |
commit | commitdiff | tree |
2019-03-19 |
Alexander Korotkov | Rename typedef in jsonpath_gram.y from "string" to... |
commit | commitdiff | tree |
2019-03-19 |
Peter Geoghegan | Tweak nbtsearch.c function prototype order. |
commit | commitdiff | tree |
2019-03-19 |
Tom Lane | Make checkpoint requests more robust. |
commit | commitdiff | tree |
2019-03-19 |
Peter Eisentraut | Reorder LOCALLOCK structure members to compact the... |
commit | commitdiff | tree |
2019-03-19 |
Alexander Korotkov | Rename typedef in jsonpath_scan.l from "keyword" to... |
commit | commitdiff | tree |
2019-03-19 |
Peter Eisentraut | Ignore attempts to add TOAST table to shared or catalog... |
commit | commitdiff | tree |
2019-03-19 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2019-03-19 |
Peter Eisentraut | Fix bug in support for collation attributes on older... |
commit | commitdiff | tree |
2019-03-19 |
Robert Haas | Fix copyfuncs/equalfuncs support for VacuumStmt. |
commit | commitdiff | tree |
2019-03-19 |
Andrew Gierth | Implement OR REPLACE option for CREATE AGGREGATE. |
commit | commitdiff | tree |
2019-03-18 |
Tom Lane | Fix memory leak in printtup.c. |
commit | commitdiff | tree |
2019-03-18 |
Andres Freund | Fix typos in sgml docs about RefetchForeignRow(). |
commit | commitdiff | tree |
2019-03-18 |
Andres Freund | Remove leftover reference to oid column. |
commit | commitdiff | tree |
2019-03-18 |
Robert Haas | Don't auto-restart per-database autoprewarm workers. |
commit | commitdiff | tree |
2019-03-18 |
Robert Haas | Revise parse tree representation for VACUUM and ANALYZE. |
commit | commitdiff | tree |
2019-03-18 |
Robert Haas | Fold vacuum's 'int options' parameter into VacuumParams. |
commit | commitdiff | tree |
2019-03-18 |
Peter Eisentraut | Fix optimization of foreign-key on update actions |
commit | commitdiff | tree |
2019-03-18 |
Peter Eisentraut | Remove unused macro |
commit | commitdiff | tree |
2019-03-18 |
Alexander Korotkov | Revert 4178d8b91c |
commit | commitdiff | tree |
2019-03-18 |
Michael Paquier | Refactor more code logic to update the control file |
commit | commitdiff | tree |
2019-03-18 |
Michael Paquier | Fix pg_rewind when rewinding new database with tables... |
commit | commitdiff | tree |
2019-03-18 |
Michael Paquier | Error out in pg_checksums on incompatible block size |
commit | commitdiff | tree |
2019-03-17 |
Alexander Korotkov | Beautify initialization of JsonValueList and JsonLikeRe... |
commit | commitdiff | tree |
2019-03-17 |
Alexander Korotkov | Apply const qualifier to keywords of jsonpath_scan.l |
commit | commitdiff | tree |
2019-03-17 |
Alexander Korotkov | Remove some make rules added in 142c400d72 |
commit | commitdiff | tree |
2019-03-17 |
Alexander Korotkov | Fix make rules for jsonpath grammar making them similar... |
commit | commitdiff | tree |
2019-03-17 |
Peter Eisentraut | Add support for collation attributes on older ICU versions |
commit | commitdiff | tree |
2019-03-17 |
Alexander Korotkov | Fix compiler warning in jsonpath_exec.c |
commit | commitdiff | tree |
2019-03-16 |
Peter Eisentraut | Remove another unnecessary application_name specificati... |
commit | commitdiff | tree |
2019-03-16 |
Tom Lane | Further adjust the tests for the hyperbolic functions. |
commit | commitdiff | tree |
2019-03-16 |
Tom Lane | Suppress -Wimplicit-fallthrough warnings in new jsonpat... |
commit | commitdiff | tree |
2019-03-16 |
Amit Kapila | Update copyright year in files added by 1bb5e78218. |
commit | commitdiff | tree |
2019-03-16 |
Alexander Korotkov | Numeric error suppression in jsonpath |
commit | commitdiff | tree |
2019-03-16 |
Alexander Korotkov | Partial implementation of SQL/JSON path language |
commit | commitdiff | tree |
2019-03-16 |
Peter Eisentraut | Avoid casting away a const |
commit | commitdiff | tree |
2019-03-16 |
Peter Eisentraut | Don't propagate PGAPPNAME through pg_ctl in tests |
commit | commitdiff | tree |
2019-03-16 |
Michael Meskes | Use correct connection name variable in ecpglib. |
commit | commitdiff | tree |
2019-03-16 |
Amit Kapila | Improve code comments in b0eaa4c51b. |
commit | commitdiff | tree |
2019-03-15 |
Tom Lane | Further reduce memory footprint of CLOBBER_CACHE_ALWAYS... |
commit | commitdiff | tree |
2019-03-15 |
Peter Eisentraut | PL/Tcl: Improve trigger tests organization |
commit | commitdiff | tree |
2019-03-15 |
Peter Eisentraut | Add walreceiver API to get remote server version |
commit | commitdiff | tree |
2019-03-15 |
Michael Paquier | Fix typo related to to_tsvector() in tests of json... |
commit | commitdiff | tree |
2019-03-15 |
Thomas Munro | Enable parallel query with SERIALIZABLE isolation. |
commit | commitdiff | tree |
2019-03-15 |
Amit Kapila | During pg_upgrade, conditionally skip transfer of FSMs. |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Reorder identity regression test |
commit | commitdiff | tree |
2019-03-14 |
Tom Lane | Fix some oversights in commit 2455ab488. |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Improve code comment |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Remove unused #include |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Add BKI_DEFAULT to pg_class.relrewrite |
commit | commitdiff | tree |
2019-03-14 |
Tom Lane | Ensure dummy paths have correct required_outer if rel... |
commit | commitdiff | tree |
2019-03-14 |
Robert Haas | Defend against leaks into RelationBuildPartitionDesc. |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Refactor ParamListInfo initialization |
commit | commitdiff | tree |
2019-03-14 |
Peter Eisentraut | Fix volatile vs. pointer confusion |
commit | commitdiff | tree |
2019-03-14 |
Michael Paquier | Fix thinko when bumping on temporary directories in... |
commit | commitdiff | tree |
2019-03-14 |
Tom Lane | Sync commentary in transam.h and bki.sgml. |
commit | commitdiff | tree |
2019-03-14 |
Michael Paquier | Fix race condition in recently-added TAP test for recov... |
commit | commitdiff | tree |
next |