Commit Graph

523 Commits (2aa84520b3508dda273b9bbffab7bf87f0d98bf8)

Author SHA1 Message Date
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Peter Eisentraut 400d5ffcaf Simplify PGAC_STRUCT_TIMEZONE Autoconf macro 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 7 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Peter Eisentraut 91acff7a53 Translation updates 7 years ago
Tom Lane 7640f93123 Fix assorted header files that failed to compile standalone. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane be76af171c Initial pgindent run for v12. 7 years ago
Peter Eisentraut 3c439a58df Translation updates 7 years ago
Tom Lane 4d5840cea9 Fix problems with auto-held portals. 7 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Peter Eisentraut bc09d5e4cc Remove unnecessary use of PROCEDURAL 7 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 7767aadd94 Fix omissions in snprintf.c's coverage of standard *printf functions. 7 years ago
Tom Lane 8b91d25884 Clean up *printf macros to avoid conflict with format archetypes. 7 years ago
Tom Lane d6c55de1f9 Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
Tom Lane 96bf88d527 Always use our own versions of *printf(). 7 years ago
Tom Lane 26e9d4d4ef Convert elog.c's useful_strerror() into a globally-used strerror wrapper. 7 years ago
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules. 7 years ago
Peter Eisentraut 98afa68d93 Use C99 designated initializers for some structs 7 years ago
Peter Eisentraut f5a6509bb1 PL/Python: Remove use of simple slicing API 7 years ago
Andres Freund 8ecdefc261 Remove test for VA_ARGS, implied by C99. 7 years ago
Andres Freund 013f320dc3 Mop-up for 3522d0eaba, which missed some alternative output files. 8 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Peter Eisentraut 917a68f010 Translation updates 8 years ago
Peter Eisentraut 7d8679975f Update expected files for older Python versions 8 years ago
Peter Eisentraut fa03769e4c Tweak tests to support Python 3.7 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Tom Lane 3e110a373b Fix YA parallel-make hazard, this one in "make check" in plpython. 8 years ago
Tom Lane 31f1f0bb4f Put back parallel-safety guards in plpython and src/test/regress/. 8 years ago
Tom Lane 3b8f6e75f3 Fix partial-build problems introduced by having more generated headers. 8 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Peter Eisentraut 09230e54fb Remove some obsolete procedure-specific code from PLs 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Tom Lane 49bff412ed Remove some inappropriate #includes. 8 years ago
Tom Lane e748e902de Fix broken logic for reporting PL/Python function names in errcontext. 8 years ago
Tom Lane 4b93f57999 Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
Peter Eisentraut f498704346 PL/Python: Fix tests for older Python versions 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Peter Eisentraut 918e02a221 Improve type conversion of SPI_processed in Python 8 years ago
Peter Eisentraut eee50a8d4c PL/Python: Simplify PLyLong_FromInt64 8 years ago
Peter Eisentraut 70d6226e4f Use portal pinning in PL/Perl and PL/Python 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago