| 2022-10-05 |
David Rowley | Fix final compiler warning produced by -Wshadow=compati... |
commit | commitdiff | tree |
| 2022-10-05 |
David Rowley | Add optional parameter to PG_TRY() macros |
commit | commitdiff | tree |
| 2022-10-05 |
Bruce Momjian | doc: clarify description for log_startup_progress_interval |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | tests: Restrict pg_locks queries in advisory_locks... |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | tests: Rename conflicting role names |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | meson: Add windows resource files |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | meson: ecpg: Split definition of static and shared... |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | meson: libpq: Revise static / shared library setup |
commit | commitdiff | tree |
| 2022-10-05 |
Andres Freund | meson: docs: Add xml{lint,proc} wrapper to collect... |
commit | commitdiff | tree |
| 2022-10-05 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2022-10-05 |
David Rowley | Rename shadowed local variables |
commit | commitdiff | tree |
| 2022-10-05 |
Michael Paquier | Remove definition of JUMBLE_SIZE from queryjumble.h |
commit | commitdiff | tree |
| 2022-10-05 |
Michael Paquier | Use macros from xlog_internal.h for WAL segment logic... |
commit | commitdiff | tree |
| 2022-10-05 |
Michael Paquier | Add a few new patterns to the tab completion of psql |
commit | commitdiff | tree |
| 2022-10-04 |
Michael Paquier | Fix comment in guc_tables.c |
commit | commitdiff | tree |
| 2022-10-04 |
Michael Paquier | Cleanup useless assignments and checks |
commit | commitdiff | tree |
| 2022-10-04 |
Michael Paquier | Add filtering capability for cross-version pg_upgrade... |
commit | commitdiff | tree |
| 2022-10-03 |
Andres Freund | meson: llvm: Use llvm-config's --cxxflags when building... |
commit | commitdiff | tree |
| 2022-10-03 |
Tom Lane | Fix psql's behavior with \g for a multiple-command... |
commit | commitdiff | tree |
| 2022-10-03 |
Andres Freund | meson: respect -Dldap=disabled |
commit | commitdiff | tree |
| 2022-10-03 |
Tom Lane | Revert "Optimize order of GROUP BY keys". |
commit | commitdiff | tree |
| 2022-10-03 |
Michael Paquier | Add authentication TAP test for peer authentication |
commit | commitdiff | tree |
| 2022-10-02 |
Andres Freund | ci: enable various runtime checks on FreeBSD and macOS |
commit | commitdiff | tree |
| 2022-10-01 |
Andres Freund | ci: macos: Reduce test concurrency |
commit | commitdiff | tree |
| 2022-10-01 |
Andres Freund | meson: Add prefix=/usr/local/pgsql to default_options |
commit | commitdiff | tree |
| 2022-10-01 |
Andres Freund | meson: windows: Determine path to tmp_install + prefix... |
commit | commitdiff | tree |
| 2022-10-01 |
Peter Eisentraut | Fix tiny memory leaks |
commit | commitdiff | tree |
| 2022-10-01 |
Michael Paquier | doc: Fix some grammar and typos |
commit | commitdiff | tree |
| 2022-10-01 |
Andres Freund | meson: mingw: Add -Wl,--disable-auto-import, enable... |
commit | commitdiff | tree |
| 2022-09-30 |
Tom Lane | Avoid improbable PANIC during heap_update, redux. |
commit | commitdiff | tree |
| 2022-09-30 |
Andres Freund | mingw: Define PGDLLEXPORT as __declspec (dllexport... |
commit | commitdiff | tree |
| 2022-09-30 |
Tom Lane | Adjust PQsslAttributeNames() to match PQsslAttribute(). |
commit | commitdiff | tree |
| 2022-09-30 |
Alvaro Herrera | Fix tab-completion after commit 790bf615ddba |
commit | commitdiff | tree |
| 2022-09-30 |
Daniel Gustafsson | doc: Fix PQsslAttribute docs for compression |
commit | commitdiff | tree |
| 2022-09-30 |
Michael Paquier | Remove useless argument from UnpinBuffer() |
commit | commitdiff | tree |
| 2022-09-30 |
Andres Freund | ci: Add 32bit build and test |
commit | commitdiff | tree |
| 2022-09-29 |
Tom Lane | Fix bogus behavior of PQsslAttribute(conn, "library"). |
commit | commitdiff | tree |
| 2022-09-29 |
Tom Lane | Improve wording of log messages triggered by max_slot_w... |
commit | commitdiff | tree |
| 2022-09-29 |
Tom Lane | Use actual backend IDs in pg_stat_get_backend_idset... |
commit | commitdiff | tree |
| 2022-09-29 |
Etsuro Fujita | Update comment in ExecInsert() regarding batch insertion. |
commit | commitdiff | tree |
| 2022-09-29 |
Michael Paquier | Introduce SYSTEM_USER |
commit | commitdiff | tree |
| 2022-09-29 |
Michael Paquier | Mark sigint_interrupt_enabled as sig_atomic_t |
commit | commitdiff | tree |
| 2022-09-29 |
Andres Freund | windows: Set UMDF_USING_NTSTATUS globally, include... |
commit | commitdiff | tree |
| 2022-09-29 |
Andres Freund | meson: Implement getopt logic from autoconf |
commit | commitdiff | tree |
| 2022-09-29 |
Andres Freund | meson: mingw: Allow multiple definitions |
commit | commitdiff | tree |
| 2022-09-29 |
Andres Freund | meson: pg_regress: Define a HOST_TUPLE sufficient to... |
commit | commitdiff | tree |
| 2022-09-29 |
Andres Freund | meson: windows: Normalize slashes in prefix |
commit | commitdiff | tree |
| 2022-09-29 |
Michael Paquier | Map ERROR_INVALID_NAME to ENOENT in mapping table of... |
commit | commitdiff | tree |
| 2022-09-29 |
Thomas Munro | Restore pg_pread and friends. |
commit | commitdiff | tree |
| 2022-09-28 |
David Rowley | Restrict Datum sort optimization to byval types only |
commit | commitdiff | tree |
| 2022-09-28 |
Bruce Momjian | doc: clarify internal behavior of RECURSIVE CTE queries |
commit | commitdiff | tree |
| 2022-09-28 |
Bruce Momjian | revert "warn of SECURITY DEFINER schemas for non-sql_bo... |
commit | commitdiff | tree |
| 2022-09-28 |
Tom Lane | Doc: document bpchar, clarify relationship of text... |
commit | commitdiff | tree |
| 2022-09-28 |
Tom Lane | Allow callback functions to deregister themselves durin... |
commit | commitdiff | tree |
| 2022-09-28 |
Alvaro Herrera | Change some errdetail() to errdetail_internal() |
commit | commitdiff | tree |
| 2022-09-28 |
Robert Haas | Fix bug in DROP OWNED BY. |
commit | commitdiff | tree |
| 2022-09-28 |
Robert Haas | Revert 56-bit relfilenode change and follow-up commits. |
commit | commitdiff | tree |
| 2022-09-28 |
Robert Haas | Fix InitializeRelfilenumberMap for 05d4cbf9b6ba70885898... |
commit | commitdiff | tree |
| 2022-09-28 |
Robert Haas | Fix alignment problems with SharedInvalSmgrMsg. |
commit | commitdiff | tree |
| 2022-09-28 |
Alvaro Herrera | Remove publicationcmds.c's expr_allowed_in_node as... |
commit | commitdiff | tree |
| 2022-09-28 |
Michael Paquier | Fix some comments of do_pg_backup_start() and do_pg_bac... |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | In BufTagGetForkNum, cast to the correct type. |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | Update pg_buffercache's meson.build. |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d... |
commit | commitdiff | tree |
| 2022-09-27 |
Peter Eisentraut | Convert *GetDatum() and DatumGet*() macros to inline... |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | Include common/relpath.h in utils/relfilenumbermap.h |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | Increase width of RelFileNumbers from 32 bits to 56... |
commit | commitdiff | tree |
| 2022-09-27 |
Robert Haas | Move RelFileNumber declarations to common/relpath.h. |
commit | commitdiff | tree |
| 2022-09-27 |
Tom Lane | Renumber GUC flags for a bit more sanity. |
commit | commitdiff | tree |
| 2022-09-27 |
Tom Lane | Introduce GUC_NO_RESET flag. |
commit | commitdiff | tree |
| 2022-09-27 |
Alvaro Herrera | Improve some publication-related error messages |
commit | commitdiff | tree |
| 2022-09-27 |
Alvaro Herrera | Fix pg_stat_statements for MERGE |
commit | commitdiff | tree |
| 2022-09-27 |
Andres Freund | ci: Add hint about downloadable logs to README |
commit | commitdiff | tree |
| 2022-09-27 |
Andres Freund | meson: Set up absolute rpaths to libdir |
commit | commitdiff | tree |
| 2022-09-27 |
Andres Freund | meson: Include CFLAGS/c_args in summary and pg_config... |
commit | commitdiff | tree |
| 2022-09-27 |
Michael Paquier | Mark ParallelMessagePending as sig_atomic_t |
commit | commitdiff | tree |
| 2022-09-27 |
Michael Paquier | Remove dependency to StringInfo in xlogbackup.{c.h} |
commit | commitdiff | tree |
| 2022-09-26 |
Andres Freund | windows: remove date from version number in win32ver.rc |
commit | commitdiff | tree |
| 2022-09-26 |
Tom Lane | Doc: further adjust notes about pg_upgrade_output.d. |
commit | commitdiff | tree |
| 2022-09-26 |
Tom Lane | Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility... |
commit | commitdiff | tree |
| 2022-09-26 |
Tom Lane | Implement WRITE_READ_PARSE_PLAN_TREES for raw parse... |
commit | commitdiff | tree |
| 2022-09-26 |
Peter Eisentraut | Don't lose precision for float fields of Nodes. |
commit | commitdiff | tree |
| 2022-09-26 |
Peter Eisentraut | catversion bump |
commit | commitdiff | tree |
| 2022-09-26 |
Peter Eisentraut | Fix write/read of empty string fields in Nodes. |
commit | commitdiff | tree |
| 2022-09-26 |
Amit Kapila | Remove unused xid parameter. |
commit | commitdiff | tree |
| 2022-09-26 |
Michael Paquier | Refactor creation of backup_label and backup history... |
commit | commitdiff | tree |
| 2022-09-25 |
Tom Lane | Fix tupdesc lifespan bug with AfterTriggersTableData... |
commit | commitdiff | tree |
| 2022-09-25 |
Tom Lane | Avoid loss of code coverage with unlogged-index test... |
commit | commitdiff | tree |
| 2022-09-25 |
Alvaro Herrera | Add missing source files to pg_waldump/nls.mk |
commit | commitdiff | tree |
| 2022-09-24 |
Peter Eisentraut | Message style improvements |
commit | commitdiff | tree |
| 2022-09-24 |
Peter Eisentraut | Add read support for some missing raw parse nodes |
commit | commitdiff | tree |
| 2022-09-24 |
Peter Eisentraut | Fix reading of BitString nodes |
commit | commitdiff | tree |
| 2022-09-24 |
Peter Eisentraut | Fix reading of most-negative integer value nodes |
commit | commitdiff | tree |
| 2022-09-24 |
Andres Freund | Remove uses of register due to incompatibility with... |
commit | commitdiff | tree |
| 2022-09-24 |
Andres Freund | De-special-case pgevent's rc file handling |
commit | commitdiff | tree |
| 2022-09-24 |
Andres Freund | meson: Remove non-binary targets accidentally added... |
commit | commitdiff | tree |
| 2022-09-24 |
Peter Eisentraut | Improve terminology |
commit | commitdiff | tree |
| 2022-09-23 |
Tom Lane | Doc: minor cleanups. |
commit | commitdiff | tree |
| 2022-09-23 |
Andres Freund | pgstat: Fix transactional stats dropping for indexes |
commit | commitdiff | tree |
| 2022-09-23 |
Alvaro Herrera | Remove PQsendQuery support in pipeline mode |
commit | commitdiff | tree |
| next |