summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Remove MemoryContextContains().Tom Lane2022-10-061-1/+0
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-061-0/+1
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-061-18/+26
* Rename shadowed local variablesDavid Rowley2022-10-051-4/+4
* Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier2022-10-051-2/+0
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-034-28/+1
* mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund2022-09-301-4/+6
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-291-1/+9
* Introduce SYSTEM_USERMichael Paquier2022-09-294-1/+8
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-291-1/+3
* windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.hAndres Freund2022-09-282-6/+9
* Restore pg_pread and friends.Thomas Munro2022-09-294-8/+26
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-2812-123/+34
* Fix alignment problems with SharedInvalSmgrMsg.Robert Haas2022-09-281-2/+5
* In BufTagGetForkNum, cast to the correct type.Robert Haas2022-09-271-1/+1
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-2722-179/+640
* Include common/relpath.h in utils/relfilenumbermap.hRobert Haas2022-09-271-0/+2
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-2711-32/+118
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-276-8/+12
* Renumber GUC flags for a bit more sanity.Tom Lane2022-09-271-37/+32
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-271-0/+1
* meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund2022-09-261-3/+7
* Mark ParallelMessagePending as sig_atomic_tMichael Paquier2022-09-271-1/+1
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-271-3/+2
* catversion bumpPeter Eisentraut2022-09-261-1/+1
* Remove unused xid parameter.Amit Kapila2022-09-261-2/+1
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-262-5/+47
* Add read support for some missing raw parse nodesPeter Eisentraut2022-09-241-3/+3
* Remove uses of register due to incompatibility with C++17 and upAndres Freund2022-09-242-8/+8
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-223-3/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-216-0/+456
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-212-2/+2
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-212-2/+2
* Add definition pg_attribute_aligned() for MSVCMichael Paquier2022-09-212-1/+12
* Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane2022-09-201-27/+87
* Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan2022-09-201-2/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-2069-114/+116
* Improve comment for OAT_POST_CREATE.Jeff Davis2022-09-201-1/+3
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-1945-105/+113
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-198-36/+38
* Update Unicode data to Unicode 15.0.0Peter Eisentraut2022-09-195-2268/+2444
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-191-5/+9
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-191-1/+1
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-181-2/+3
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-171-32/+40
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-171-1/+1
* Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane2022-09-161-4/+4
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-161-0/+12
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-1/+1
* Add subxid-overflow "isolation" testAlvaro Herrera2022-09-141-0/+2