summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-12Reduce xlog.h inclusion footprintAlvaro Herrera
2022-10-12Reduce basebackup_sink.h inclusion footprintAlvaro Herrera
2022-10-12Remove Abs()Peter Eisentraut
2022-10-11C comment: explain procArray->pgprocnos[]Bruce Momjian
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-07Convert macros to static inline functions (rel.h)Peter Eisentraut
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-06Remove MemoryContextContains().Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05Add optional parameter to PG_TRY() macrosDavid Rowley
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-30mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier
2022-09-29windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-27In BufTagGetForkNum, cast to the correct type.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Include common/relpath.h in utils/relfilenumbermap.hRobert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-27Renumber GUC flags for a bit more sanity.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26catversion bumpPeter Eisentraut
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Remove uses of register due to incompatibility with C++17 and upAndres Freund
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan