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 |
2018-09-18 |
Tom Lane | Fix some probably-minor oversights in readfuncs.c. |
commit | commitdiff | tree |
2018-09-18 |
Thomas Munro | Allow DSM allocation to be interrupted. |
commit | commitdiff | tree |
2018-09-18 |
Michael Paquier | Refactor routines for subscription and publication... |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Fix parsetree representation of XMLTABLE(XMLNAMESPACES... |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Remove dead code from pop_next_work_item(). |
commit | commitdiff | tree |
2018-09-17 |
Tom Lane | Fix pgbench lexer's "continuation" rule to cope with... |
commit | commitdiff | tree |
2018-09-16 |
Peter Eisentraut | Add list of acknowledgments to release notes |
commit | commitdiff | tree |
2018-09-16 |
Andrew Gierth | Fix out-of-tree build for transform modules. |
commit | commitdiff | tree |
2018-09-16 |
Tom Lane | Add outfuncs.c support for RawStmt nodes. |
commit | commitdiff | tree |
2018-09-16 |
Bruce Momjian | doc: clarify pg_basebackup's -C/--create-slot description |
commit | commitdiff | tree |
2018-09-15 |
Tom Lane | In v11, disable JIT by default (it's still enabled... |
commit | commitdiff | tree |
2018-09-15 |
Tom Lane | Fix failure with initplans used conditionally during... |
commit | commitdiff | tree |
2018-09-14 |
Alvaro Herrera | Move PartitionDispatchData struct definition to execPar... |
commit | commitdiff | tree |
2018-09-14 |
Tom Lane | Improve parallel scheduling logic in pg_dump/pg_restore. |
commit | commitdiff | tree |
2018-09-14 |
Alvaro Herrera | Fix ALTER/TYPE on columns referenced by FKs in partitio... |
commit | commitdiff | tree |
2018-09-14 |
Andrew Gierth | Order active window clauses for greater reuse of Sort... |
commit | commitdiff | tree |
2018-09-14 |
Amit Kapila | Don't allow LIMIT/OFFSET clause within sub-selects... |
commit | commitdiff | tree |
2018-09-14 |
Michael Paquier | Allow concurrent-safe open() and fopen() in frontend... |
commit | commitdiff | tree |
2018-09-13 |
Michael Paquier | Improve autovacuum logging for aggressive and anti... |
commit | commitdiff | tree |
2018-09-13 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
2018-09-13 |
Andres Freund | Detect LLVM 7 without specifying binaries explicitly. |
commit | commitdiff | tree |
2018-09-13 |
Tom Lane | Attempt to identify system timezone by reading /etc... |
commit | commitdiff | tree |
2018-09-13 |
Amit Kapila | Attach FPI to the first record after full_page_writes... |
commit | commitdiff | tree |
2018-09-13 |
Michael Paquier | Simplify static function in extension.c |
commit | commitdiff | tree |
2018-09-13 |
Peter Eisentraut | Simplify index tuple descriptor initialization |
commit | commitdiff | tree |
2018-09-12 |
Tom Lane | Minor fixes for psql tab completion. |
commit | commitdiff | tree |
2018-09-12 |
Andrew Gierth | Repair bug in regexp split performance improvements. |
commit | commitdiff | tree |
2018-09-12 |
Peter Eisentraut | ecpg: Change --version output to common style |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Add PQresultMemorySize function to report allocated... |
commit | commitdiff | tree |
2018-09-11 |
Michael Paquier | Parse more strictly integer parameters from connection... |
commit | commitdiff | tree |
2018-09-11 |
Bruce Momjian | doc: adjust PG 11 release notes |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Remove ruleutils.c's special case for BIT [VARYING... |
commit | commitdiff | tree |
2018-09-11 |
Andrew Gierth | Repair double-free in SP-GIST rescan (bug #15378) |
commit | commitdiff | tree |
2018-09-11 |
Tom Lane | Use -Bsymbolic for shared libraries on HP-UX and Solaris. |
commit | commitdiff | tree |
2018-09-10 |
Tom Lane | Hide a static inline from FRONTEND code. |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Prevent mis-linking of src/port and src/common function... |
commit | commitdiff | tree |
2018-09-09 |
Alexander Korotkov | Improve behavior of to_timestamp()/to_date() functions |
commit | commitdiff | tree |
2018-09-09 |
Alexander Korotkov | Fix past pd_upper write in ginRedoRecompress() |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Work around stdbool problem in dfmgr.c. |
commit | commitdiff | tree |
2018-09-09 |
Tom Lane | Install a check for mis-linking of src/port and src... |
commit | commitdiff | tree |
2018-09-09 |
Noah Misch | Allow ENOENT in check_mode_recursive(). |
commit | commitdiff | tree |
2018-09-08 |
Noah Misch | Fix logical subscriber wait in test. |
commit | commitdiff | tree |
2018-09-08 |
Tom Lane | Minor cleanup/future-proofing for pg_saslprep(). |
commit | commitdiff | tree |
2018-09-08 |
Michael Paquier | Remove duplicated words split across lines in comments |
commit | commitdiff | tree |
2018-09-08 |
Tom Lane | Save/restore SPI's global variables in SPI_connect... |
commit | commitdiff | tree |
2018-09-07 |
Tom Lane | Limit depth of forced recursion for CLOBBER_CACHE_RECUR... |
commit | commitdiff | tree |
2018-09-07 |
Tom Lane | Fix longstanding recursion hazard in sinval message... |
commit | commitdiff | tree |
2018-09-07 |
Michael Paquier | Improve handling of corrupted two-phase state files... |
commit | commitdiff | tree |
2018-09-07 |
Andrew Gierth | Refactor installation of extension headers. |
commit | commitdiff | tree |
2018-09-07 |
Peter Eisentraut | libpq: Change "options" dispchar to normal |
commit | commitdiff | tree |
2018-09-07 |
Peter Eisentraut | Use C99 designated initializers for some structs |
commit | commitdiff | tree |
2018-09-06 |
Tom Lane | Fix inconsistent argument naming. |
commit | commitdiff | tree |
next |