| 2020-03-30 |
Alexander Korotkov | Implement operator class parameters |
commit | commitdiff | tree |
| 2020-03-30 |
Peter Eisentraut | Allow using Unix-domain sockets on Windows in tests |
commit | commitdiff | tree |
| 2020-03-30 |
Tom Lane | Be more careful about extracting encoding from locale... |
commit | commitdiff | tree |
| 2020-03-30 |
David Rowley | Attempt to fix unstable regression tests, take 2 |
commit | commitdiff | tree |
| 2020-03-30 |
Fujii Masao | Report waiting via PS while recovery is waiting for... |
commit | commitdiff | tree |
| 2020-03-30 |
Peter Eisentraut | Improve handling of parameter differences in physical... |
commit | commitdiff | tree |
| 2020-03-30 |
Peter Eisentraut | Add new part SQL/MDA to information_schema.sql_parts |
commit | commitdiff | tree |
| 2020-03-30 |
Fujii Masao | Allow the planner-related functions and hook to accept... |
commit | commitdiff | tree |
| 2020-03-30 |
Fujii Masao | Expose BufferUsageAccumDiff(). |
commit | commitdiff | tree |
| 2020-03-30 |
Amit Kapila | Introduce vacuum errcontext to display additional infor... |
commit | commitdiff | tree |
| 2020-03-29 |
Tom Lane | Cosmetic improvements in ltree code. |
commit | commitdiff | tree |
| 2020-03-29 |
Tom Lane | Doc: correct misstatement about ltree label maximum... |
commit | commitdiff | tree |
| 2020-03-29 |
Peter Eisentraut | Document color support |
commit | commitdiff | tree |
| 2020-03-29 |
Peter Eisentraut | pg_regress: Observe TMPDIR |
commit | commitdiff | tree |
| 2020-03-29 |
Peter Eisentraut | Update SQL features |
commit | commitdiff | tree |
| 2020-03-29 |
David Rowley | Attempt to fix unstable regression tests |
commit | commitdiff | tree |
| 2020-03-29 |
Peter Geoghegan | Make deduplication use number of key attributes. |
commit | commitdiff | tree |
| 2020-03-28 |
Tom Lane | Fix lquery's behavior for consecutive '*' items. |
commit | commitdiff | tree |
| 2020-03-28 |
Tom Lane | Protect against overflow of ltree.numlevel and lquery... |
commit | commitdiff | tree |
| 2020-03-28 |
Andres Freund | Ensure snapshot is registered within ScanPgRelation(). |
commit | commitdiff | tree |
| 2020-03-28 |
Jeff Davis | Fix costing for disk-based hash aggregation. |
commit | commitdiff | tree |
| 2020-03-28 |
Dean Rasheed | Improve the performance and accuracy of numeric sqrt... |
commit | commitdiff | tree |
| 2020-03-28 |
Peter Eisentraut | Enable Unix-domain sockets support on Windows |
commit | commitdiff | tree |
| 2020-03-28 |
Dean Rasheed | Prevent functional dependency estimates from exceeding... |
commit | commitdiff | tree |
| 2020-03-28 |
Peter Eisentraut | Cleanup in SQL features files |
commit | commitdiff | tree |
| 2020-03-28 |
David Rowley | Trigger autovacuum based on number of INSERTs |
commit | commitdiff | tree |
| 2020-03-27 |
Peter Geoghegan | Justify nbtree page split locking in code comment. |
commit | commitdiff | tree |
| 2020-03-27 |
Alvaro Herrera | Allow walreceiver configuration to change on reload |
commit | commitdiff | tree |
| 2020-03-27 |
Alvaro Herrera | Set wal_receiver_create_temp_slot PGC_POSTMASTER |
commit | commitdiff | tree |
| 2020-03-27 |
Tom Lane | Rearrange validity checks for plpgsql "simple" expressions. |
commit | commitdiff | tree |
| 2020-03-27 |
Peter Eisentraut | Update SQL features |
commit | commitdiff | tree |
| 2020-03-26 |
Tom Lane | Improve performance of "simple expressions" in PL/pgSQL. |
commit | commitdiff | tree |
| 2020-03-26 |
Tom Lane | Ensure that plpgsql cleans up cleanly during parallel... |
commit | commitdiff | tree |
| 2020-03-26 |
Magnus Hagander | Document that pg_checksums exists in checksums README |
commit | commitdiff | tree |
| 2020-03-26 |
Peter Eisentraut | Drop slot's LWLock before returning from SaveSlotToPath() |
commit | commitdiff | tree |
| 2020-03-26 |
Tom Lane | Further fixes for ssl_passphrase_callback test module. |
commit | commitdiff | tree |
| 2020-03-26 |
Andrew Dunstan | Don't listen to localhost in ssl_passphrase_callback... |
commit | commitdiff | tree |
| 2020-03-25 |
Tom Lane | Fix assorted portability issues in commit 896fcdb23. |
commit | commitdiff | tree |
| 2020-03-25 |
Andrew Dunstan | Provide a TLS init hook |
commit | commitdiff | tree |
| 2020-03-25 |
Alvaro Herrera | pg_dump new test: Change order of arguments |
commit | commitdiff | tree |
| 2020-03-25 |
Alvaro Herrera | pg_dump: Allow dumping data of specific foreign servers |
commit | commitdiff | tree |
| 2020-03-25 |
Tom Lane | Go back to returning int from ereport auxiliary functions. |
commit | commitdiff | tree |
| 2020-03-25 |
Peter Eisentraut | Define EXEC_BACKEND in pg_config_manual.h |
commit | commitdiff | tree |
| 2020-03-25 |
Peter Eisentraut | Update SQL features |
commit | commitdiff | tree |
| 2020-03-25 |
Thomas Munro | Add collation versions for Windows. |
commit | commitdiff | tree |
| 2020-03-25 |
Thomas Munro | Allow NULL version for individual collations. |
commit | commitdiff | tree |
| 2020-03-25 |
Jeff Davis | Consider disk-based hash aggregation to implement DISTINCT. |
commit | commitdiff | tree |
| 2020-03-25 |
Jeff Davis | Avoid allocating unnecessary zero-sized array. |
commit | commitdiff | tree |
| 2020-03-24 |
Peter Geoghegan | Fix nbtree deduplication README commentary. |
commit | commitdiff | tree |
| 2020-03-24 |
Andres Freund | logical decoding: Remove TODO about unnecessary optimiz... |
commit | commitdiff | tree |
| 2020-03-24 |
Peter Eisentraut | Fix compiler warning on Cygwin |
commit | commitdiff | tree |
| 2020-03-24 |
Tom Lane | Improve the internal implementation of ereport(). |
commit | commitdiff | tree |
| 2020-03-24 |
Tom Lane | Re-implement the ereport() macro using __VA_ARGS__. |
commit | commitdiff | tree |
| 2020-03-24 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree |
| 2020-03-24 |
Tom Lane | Doc: fix broken markup. |
commit | commitdiff | tree |
| 2020-03-24 |
Peter Eisentraut | Some refactoring of logical/worker.c |
commit | commitdiff | tree |
| 2020-03-24 |
Peter Eisentraut | Add support for other normal forms to Unicode normaliza... |
commit | commitdiff | tree |
| 2020-03-24 |
Andres Freund | Report wait event for cost-based vacuum delay. |
commit | commitdiff | tree |
| 2020-03-24 |
Fujii Masao | Prefer standby promotion over recovery pause. |
commit | commitdiff | tree |
| 2020-03-24 |
Michael Paquier | Move routine building restore_command to src/common/ |
commit | commitdiff | tree |
| 2020-03-24 |
Fujii Masao | Add wait events for WAL archive and recovery pause. |
commit | commitdiff | tree |
| 2020-03-24 |
Jeff Davis | Reduce test time for disk-based Hash Aggregation. |
commit | commitdiff | tree |
| 2020-03-24 |
Fujii Masao | Report NULL as total backup size if it's not estimated. |
commit | commitdiff | tree |
| 2020-03-23 |
Jeff Davis | Fixes for Disk-based Hash Aggregation. |
commit | commitdiff | tree |
| 2020-03-23 |
Bruce Momjian | docs: add backend_type to file-fdw CSV log example |
commit | commitdiff | tree |
| 2020-03-23 |
Andres Freund | Add regression tests for constraint errors in partition... |
commit | commitdiff | tree |
| 2020-03-23 |
Alexander Korotkov | Fix ordering in typedefs.list |
commit | commitdiff | tree |
| 2020-03-23 |
Tom Lane | Doc: explain that LIKE et al can be used in ANY (sub... |
commit | commitdiff | tree |
| 2020-03-23 |
Tom Lane | Fix our getopt_long's behavior for a command line argum... |
commit | commitdiff | tree |
| 2020-03-23 |
Michael Paquier | Doc: Fix type of some storage parameters in CREATE... |
commit | commitdiff | tree |
| 2020-03-23 |
Michael Paquier | Revert "Refactor compile-time assertion checks in c.h" |
commit | commitdiff | tree |
| 2020-03-23 |
Amit Kapila | Add object names to partition integrity violations. |
commit | commitdiff | tree |
| 2020-03-23 |
Michael Paquier | Add bound checks for ssl_min_protocol_version and ssl_m... |
commit | commitdiff | tree |
| 2020-03-22 |
Noah Misch | Revert "Skip WAL for new relfilenodes, under wal_level... |
commit | commitdiff | tree |
| 2020-03-21 |
Tom Lane | Fix up recent breakage of headerscheck and cpluspluscheck. |
commit | commitdiff | tree |
| 2020-03-21 |
Noah Misch | Skip WAL for new relfilenodes, under wal_level=minimal. |
commit | commitdiff | tree |
| 2020-03-21 |
Noah Misch | In log_newpage_range(), heed forkNum and page_std argum... |
commit | commitdiff | tree |
| 2020-03-21 |
Noah Misch | During heap rebuild, lock any TOAST index until end... |
commit | commitdiff | tree |
| 2020-03-21 |
Noah Misch | Fix cosmetic blemishes involving rd_createSubid. |
commit | commitdiff | tree |
| 2020-03-21 |
Amit Kapila | Allow page lock to conflict among parallel group members. |
commit | commitdiff | tree |
| 2020-03-21 |
Bruce Momjian | docs: use alias in WHERE clause of full text search... |
commit | commitdiff | tree |
| 2020-03-20 |
Alvaro Herrera | Fix bogus last-minute edit in 4e62091341b4 |
commit | commitdiff | tree |
| 2020-03-20 |
Alvaro Herrera | pg_dump: Add FOREIGN to ALTER statements, if appropriate |
commit | commitdiff | tree |
| 2020-03-20 |
Andrew Dunstan | Turn off deprecated bison warnings under MSVC |
commit | commitdiff | tree |
| 2020-03-20 |
Peter Eisentraut | psql: Catch and report errors while printing result... |
commit | commitdiff | tree |
| 2020-03-20 |
Amit Kapila | Allow relation extension lock to conflict among paralle... |
commit | commitdiff | tree |
| 2020-03-19 |
Peter Geoghegan | nbtree: Remove obsolete _bt_pgaddtup() comments. |
commit | commitdiff | tree |
| 2020-03-19 |
Jeff Davis | Revert "Specialize MemoryContextMemAllocated()." |
commit | commitdiff | tree |
| 2020-03-19 |
Bruce Momjian | pg_upgrade: make get_major_server_version() err msg... |
commit | commitdiff | tree |
| 2020-03-19 |
Alexander Korotkov | Add new typedefs introduced in 773df883e8 to typedefs... |
commit | commitdiff | tree |
| 2020-03-19 |
Tom Lane | Introduce "anycompatible" family of polymorphic types. |
commit | commitdiff | tree |
| 2020-03-19 |
Fujii Masao | Make pg_basebackup ask the server to estimate the total... |
commit | commitdiff | tree |
| 2020-03-19 |
Peter Eisentraut | Prepare to support non-tables in publications |
commit | commitdiff | tree |
| 2020-03-19 |
Fujii Masao | Rename the recovery-related wait events. |
commit | commitdiff | tree |
| 2020-03-19 |
Amit Kapila | Add assert to ensure that page locks don't participate... |
commit | commitdiff | tree |
| 2020-03-19 |
Peter Geoghegan | nbtree: Use raw PageAddItem() for retail inserts. |
commit | commitdiff | tree |
| 2020-03-19 |
Michael Paquier | Fix comment related to concurrent index swapping in... |
commit | commitdiff | tree |
| 2020-03-18 |
Jeff Davis | Disk-based Hash Aggregation. |
commit | commitdiff | tree |
| 2020-03-18 |
Jeff Davis | Specialize MemoryContextMemAllocated(). |
commit | commitdiff | tree |
| 2020-03-18 |
Alvaro Herrera | Enable BEFORE row-level triggers for partitioned tables |
commit | commitdiff | tree |
| next |