summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-02Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-04-02Clarify documentation of RESET ROLEJoe Conway
2021-04-02pg_checksums: Fix progress reporting.Fujii Masao
2021-04-02Strip file names reported in error messages on Windows, too.Tom Lane
2021-04-02Fix typo in 6d7a6feac4Andrew Dunstan
2021-04-02postgres_fdw: Add option to control whether to keep connections open.Fujii Masao
2021-04-02Add support for NullIfExpr in eval_const_expressionsPeter Eisentraut
2021-04-02Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao
2021-04-02doc: Clarify how to generate backup files with non-exclusive backupsMichael Paquier
2021-04-02Fix typos in comments.Fujii Masao
2021-04-02Attempt to fix unstable Result Cache regression testsDavid Rowley
2021-04-02doc: mention that intervening major releases can be skippedBruce Momjian
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-02Improve stability of test with vacuum_truncate in reloptions.sqlMichael Paquier
2021-04-01Rethink handling of pass-by-value leaf datums in SP-GiST.Tom Lane
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-04-01Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera
2021-04-01amcheck: Fix verify_heapam's tuple visibility checking rules.Robert Haas
2021-04-01Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane
2021-04-01Fix internal extract(timezone_minute) formulasPeter Eisentraut
2021-04-01libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera
2021-04-01Do COPY FROM encoding conversion/verification in larger chunks.Heikki Linnakangas
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2021-04-01Make extract(timetz) tests a bit more interestingPeter Eisentraut
2021-04-01doc: Clarify use of ACCESS EXCLUSIVE lock in various sectionsMichael Paquier
2021-04-01Ensure to send a prepare after we detect concurrent abort during decoding.Amit Kapila
2021-04-01Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley
2021-03-31Remove setvbuf() call from PQtrace()Alvaro Herrera
2021-03-31Initialize conn->Pfdebug to NULL when creating a connectionAlvaro Herrera
2021-03-31Disable force_parallel_mode in libpq_pipelineAlvaro Herrera
2021-03-31Fix unportable use of isprint().Tom Lane
2021-03-31Fix portability and safety issues in pqTraceFormatTimestamp.Tom Lane
2021-03-31Silence compiler warning in non-assert builds.Tom Lane
2021-03-31Don't prematurely cram a value into a short int.Tom Lane
2021-03-31Add a docs section for obsoleted and renamed functions and settingsStephen Frost
2021-03-31Suppress compiler warning in libpq_pipeline.c.Tom Lane
2021-03-31Improve style of some replication-related error messages.Tom Lane
2021-03-31Fix some libpq_pipeline test problemsAlvaro Herrera
2021-03-31Fix has_column_privilege function corner caseJoe Conway
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-31Add p_names field to ParseNamespaceItemPeter Eisentraut
2021-03-31Add errhint_plural() function and make use of itPeter Eisentraut
2021-03-31doc: Remove Cyrillic from unistr examplePeter Eisentraut
2021-03-31Remove extra semicolon in postgres_fdw tests.Amit Kapila
2021-03-31Doc: Use consistent terminology for tablesync slots.Amit Kapila