aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow batch insertion during COPY into a foreign table.Etsuro Fujita2022-10-13
* Reduce xlog.h inclusion footprintAlvaro Herrera2022-10-12
* Reduce basebackup_sink.h inclusion footprintAlvaro Herrera2022-10-12
* Remove Abs()Peter Eisentraut2022-10-12
* C comment: explain procArray->pgprocnos[]Bruce Momjian2022-10-11
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* Add support for COPY TO callback functionsMichael Paquier2022-10-11
* Simplify our Assert infrastructure a little.Tom Lane2022-10-10
* Use C library functions instead of Abs() for int64Peter Eisentraut2022-10-10
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Convert macros to static inline functions (rel.h)Peter Eisentraut2022-10-07
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-06
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* Remove MemoryContextContains().Tom Lane2022-10-06
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-06
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-06
* Rename shadowed local variablesDavid Rowley2022-10-05
* Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier2022-10-05
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund2022-09-30
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-29
* windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund2022-09-28
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix alignment problems with SharedInvalSmgrMsg.Robert Haas2022-09-28
* In BufTagGetForkNum, cast to the correct type.Robert Haas2022-09-27
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Include common/relpath.h in utils/relfilenumbermap.hRobert Haas2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-27
* Renumber GUC flags for a bit more sanity.Tom Lane2022-09-27
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund2022-09-26
* Mark ParallelMessagePending as sig_atomic_tMichael Paquier2022-09-27
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-27
* catversion bumpPeter Eisentraut2022-09-26
* Remove unused xid parameter.Amit Kapila2022-09-26
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Add read support for some missing raw parse nodesPeter Eisentraut2022-09-24
* Remove uses of register due to incompatibility with C++17 and upAndres Freund2022-09-24
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-21
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-21
* Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane2022-09-20
* Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan2022-09-20
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20