| 2018-10-04 |
Michael Paquier | Add option SKIP_LOCKED to VACUUM and ANALYZE |
commit | commitdiff | tree |
| 2018-10-03 |
Andres Freund | Replace uint64 use introduced in 4868e446859 in light... |
commit | commitdiff | tree |
| 2018-10-03 |
Andres Freund | Ensure that snprintf.c's fmtint() doesn't overflow... |
commit | commitdiff | tree |
| 2018-10-03 |
Tom Lane | Change executor to just Assert that table locks were... |
commit | commitdiff | tree |
| 2018-10-03 |
Andres Freund | Fix issues around EXPLAIN with JIT. |
commit | commitdiff | tree |
| 2018-10-03 |
Tom Lane | Rationalize snprintf.c's handling of "ll" formats. |
commit | commitdiff | tree |
| 2018-10-03 |
Tom Lane | Provide fast path in snprintf.c for conversion specs... |
commit | commitdiff | tree |
| 2018-10-03 |
Tom Lane | Make assorted performance improvements in snprintf.c. |
commit | commitdiff | tree |
| 2018-10-03 |
Amit Kapila | MAXALIGN the target address where we store flattened... |
commit | commitdiff | tree |
| 2018-10-02 |
Andrew Dunstan | Don't build static libraries on Cygwin |
commit | commitdiff | tree |
| 2018-10-02 |
Tom Lane | Change rewriter/planner/executor/plancache to depend... |
commit | commitdiff | tree |
| 2018-10-02 |
Andres Freund | Use slots more widely in tuple mapping code and make... |
commit | commitdiff | tree |
| 2018-10-02 |
Tom Lane | Set snprintf.c's maximum number of NL arguments to... |
commit | commitdiff | tree |
| 2018-10-02 |
Tom Lane | Fix corner-case failures in has_foo_privilege() family... |
commit | commitdiff | tree |
| 2018-10-02 |
Michael Paquier | Fix documentation of pgrowlocks using "lock_type" inste... |
commit | commitdiff | tree |
| 2018-10-02 |
Amit Kapila | Test passing expanded-value representations to workers. |
commit | commitdiff | tree |
| 2018-10-01 |
Michael Paquier | Refactor relation opening for VACUUM and ANALYZE |
commit | commitdiff | tree |
| 2018-10-01 |
Peter Eisentraut | Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER... |
commit | commitdiff | tree |
| 2018-10-01 |
Tom Lane | Add assertions that we hold some relevant lock during... |
commit | commitdiff | tree |
| 2018-10-01 |
Tom Lane | Fix tuple_data_split() to not open a relation without... |
commit | commitdiff | tree |
| 2018-10-01 |
Tom Lane | Fix ALTER COLUMN TYPE to not open a relation without... |
commit | commitdiff | tree |
| 2018-10-01 |
Peter Eisentraut | doc: Clarify CREATE TABLESPACE documentation |
commit | commitdiff | tree |
| 2018-09-30 |
Tom Lane | Create an RTE field to record the query's lock mode... |
commit | commitdiff | tree |
| 2018-09-28 |
Stephen Frost | Add application_name to connection authorized msg |
commit | commitdiff | tree |
| 2018-09-28 |
Tom Lane | Improve error reporting for unsupported effective_io_co... |
commit | commitdiff | tree |
| 2018-09-28 |
Tom Lane | Tweak MSVC build system to match changes in 7143b3e82. |
commit | commitdiff | tree |
| 2018-09-28 |
Tom Lane | Tweak MSVC build system to match changes in 7143b3e82. |
commit | commitdiff | tree |
| 2018-09-28 |
Tom Lane | Build src/common files as a library with -fPIC. |
commit | commitdiff | tree |
| 2018-09-28 |
Tom Lane | Remove pqsignal() from libpq's official exports list. |
commit | commitdiff | tree |
| 2018-09-28 |
Amit Kapila | Fix assertion failure when updating full_page_writes... |
commit | commitdiff | tree |
| 2018-09-28 |
Andres Freund | Correct overflow handling in pgbench. |
commit | commitdiff | tree |
| 2018-09-28 |
Michael Paquier | Fix WAL recycling on standbys depending on archive_mode |
commit | commitdiff | tree |
| 2018-09-27 |
Tom Lane | Fix assorted bugs in pg_get_partition_constraintdef(). |
commit | commitdiff | tree |
| 2018-09-27 |
Alexander Korotkov | Minor formatting cleanup for 2a6368343f |
commit | commitdiff | tree |
| 2018-09-27 |
Alexander Korotkov | Remove extra usage of BoxPGetDatum() macro |
commit | commitdiff | tree |
| 2018-09-27 |
Andres Freund | Clean up in the wake of TupleDescGetSlot() removal... |
commit | commitdiff | tree |
| 2018-09-27 |
Tom Lane | Build src/port files as a library with -fPIC, and use... |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Fix another portability issue from commit 758ce9b77. |
commit | commitdiff | tree |
| 2018-09-26 |
Michael Paquier | Switch flags tracking pending interrupts to sig_atomic_t |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Try another way to detect the result type of strerror_r(). |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Clean up *printf macros to avoid conflict with format... |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Fix link failures due to snprintf/strerror changes. |
commit | commitdiff | tree |
| 2018-09-26 |
Peter Eisentraut | Recurse to sequences on ownership change for all relkinds |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Implement %m in src/port/snprintf.c, and teach elog... |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Always use our own versions of *printf(). |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Incorporate strerror_r() into src/port/snprintf.c,... |
commit | commitdiff | tree |
| 2018-09-26 |
Tom Lane | Convert elog.c's useful_strerror() into a globally... |
commit | commitdiff | tree |
| 2018-09-26 |
Peter Eisentraut | Update dummy CREATE ASSERTION grammar |
commit | commitdiff | tree |
| 2018-09-26 |
Tomas Vondra | Improve test coverage of geometric types |
commit | commitdiff | tree |
| 2018-09-26 |
Tomas Vondra | Fix problems in handling the line data type |
commit | commitdiff | tree |
| 2018-09-26 |
Michael Paquier | Add basic regression tests for default monitoring roles |
commit | commitdiff | tree |
| 2018-09-26 |
Michael Paquier | Rework activation of commit timestamps during recovery |
commit | commitdiff | tree |
| 2018-09-25 |
Andres Freund | Remove absolete function TupleDescGetSlot(). |
commit | commitdiff | tree |
| 2018-09-25 |
Andres Freund | Split ExecStoreTuple into ExecStoreHeapTuple and ExecSt... |
commit | commitdiff | tree |
| 2018-09-25 |
Andres Freund | Remove function list from prologue of execTuples.c. |
commit | commitdiff | tree |
| 2018-09-25 |
Andres Freund | Change TupleTableSlot->tts_nvalid to type AttrNumber. |
commit | commitdiff | tree |
| 2018-09-25 |
Alvaro Herrera | Remove obsolete comment |
commit | commitdiff | tree |
| 2018-09-25 |
Alvaro Herrera | Remove fmgr.h inclusion from partition.h |
commit | commitdiff | tree |
| 2018-09-25 |
Andres Freund | Collect JIT instrumentation from workers. |
commit | commitdiff | tree |
| 2018-09-25 |
Tom Lane | Make some fixes to allow building Postgres on macOS... |
commit | commitdiff | tree |
| 2018-09-25 |
Tom Lane | Avoid unnecessary precision loss for pgbench's --rate... |
commit | commitdiff | tree |
| 2018-09-25 |
Thomas Munro | Constify dsa_size_class_map and use a better type. |
commit | commitdiff | tree |
| 2018-09-25 |
Michael Paquier | Ignore publication tables when --no-publications is... |
commit | commitdiff | tree |
| 2018-09-25 |
Michael Paquier | Revoke pg_stat_statements_reset() permissions |
commit | commitdiff | tree |
| 2018-09-24 |
Tom Lane | Sync our Snowball stemmer dictionaries with current... |
commit | commitdiff | tree |
| 2018-09-24 |
Andres Freund | auto_explain: Include JIT information if applicable. |
commit | commitdiff | tree |
| 2018-09-24 |
Andres Freund | Make EXPLAIN output for JIT compilation more dense. |
commit | commitdiff | tree |
| 2018-09-24 |
Andrew Dunstan | Fast default trigger and expand_tuple fixes |
commit | commitdiff | tree |
| 2018-09-24 |
Tom Lane | Use ppoll(2), if available, to wait for input in pgbench. |
commit | commitdiff | tree |
| 2018-09-24 |
Tom Lane | Fix over-allocation of space for array_out()'s result... |
commit | commitdiff | tree |
| 2018-09-24 |
Joe Conway | Document aclitem functions and operators |
commit | commitdiff | tree |
| 2018-09-24 |
Noah Misch | Initialize random() in bootstrap/stand-alone postgres... |
commit | commitdiff | tree |
| 2018-09-23 |
Tom Lane | Doc: warn against using parallel restore with --load... |
commit | commitdiff | tree |
| 2018-09-23 |
Tom Lane | Fix failure in WHERE CURRENT OF after rewinding the... |
commit | commitdiff | tree |
| 2018-09-22 |
Alexander Korotkov | Replace CAS loop with single TAS in ProcArrayGroupClear... |
commit | commitdiff | tree |
| 2018-09-22 |
Michael Paquier | Make GUC wal_sender_timeout user-settable |
commit | commitdiff | tree |
| 2018-09-22 |
Tom Lane | Get rid of explicit argument-count markings in tab... |
commit | commitdiff | tree |
| 2018-09-22 |
Bruce Momjian | doc: JIT is enabled by default in PG 12 |
commit | commitdiff | tree |
| 2018-09-21 |
Bruce Momjian | docs: remove use of escape strings and use bytea hex... |
commit | commitdiff | tree |
| 2018-09-21 |
Tom Lane | Fix bogus tab-completion rule for CREATE PUBLICATION. |
commit | commitdiff | tree |
| 2018-09-21 |
Tom Lane | Improve tab completion for ANALYZE, EXPLAIN, and VACUUM. |
commit | commitdiff | tree |
| 2018-09-21 |
Tom Lane | Rationalize Query_for_list_of_[relations] query names... |
commit | commitdiff | tree |
| 2018-09-21 |
Thomas Munro | Use size_t consistently in dsa.{ch}. |
commit | commitdiff | tree |
| 2018-09-21 |
Michael Paquier | Document lock taken on referenced table when adding... |
commit | commitdiff | tree |
| 2018-09-21 |
Andres Freund | Error out for clang on x86-32 without SSE2 support... |
commit | commitdiff | tree |
| 2018-09-20 |
Michael Paquier | Remove special handling for open() in initdb for Windows |
commit | commitdiff | tree |
| 2018-09-20 |
Tom Lane | Fix psql's tab completion for TABLE. |
commit | commitdiff | tree |
| 2018-09-20 |
Tom Lane | Fix psql's tab completion for ALTER DATABASE ... SET... |
commit | commitdiff | tree |
| 2018-09-20 |
Tom Lane | Add a "return" statement to pacify perlcritic. |
commit | commitdiff | tree |
| 2018-09-20 |
Tom Lane | Add missing pg_description strings for pg_type entries. |
commit | commitdiff | tree |
| 2018-09-20 |
Tom Lane | Teach genbki.pl to auto-generate pg_type entries for... |
commit | commitdiff | tree |
| 2018-09-20 |
Alexander Korotkov | Fix handling of format string text characters in to_tim... |
commit | commitdiff | tree |
| 2018-09-20 |
Thomas Munro | Fix segment_bins corruption in dsa.c. |
commit | commitdiff | tree |
| 2018-09-20 |
Thomas Munro | Defer restoration of libraries in parallel workers. |
commit | commitdiff | tree |
| 2018-09-19 |
Michael Paquier | Enforce translation mode for Windows frontends to text... |
commit | commitdiff | tree |
| 2018-09-19 |
Tom Lane | Fix minor error message style guide violation. |
commit | commitdiff | tree |
| 2018-09-19 |
Tom Lane | Don't ignore locktable-full failures in StandbyAcquireA... |
commit | commitdiff | tree |
| 2018-09-18 |
Alexander Korotkov | Add support for nearest-neighbor (KNN) searches to... |
commit | commitdiff | tree |
| 2018-09-18 |
Tom Lane | Add a debugging option to stress-test outfuncs.c and... |
commit | commitdiff | tree |
| 2018-09-18 |
Tom Lane | Fix some minor issues exposed by outfuncs/readfuncs... |
commit | commitdiff | tree |
| next |