Commit Graph

15423 Commits (efbbd107c7b08b7a1351c0199ee4602182e09f05)
 

Author SHA1 Message Date
Tom Lane efbbd107c7 Add #include <limits.h> (re-add lost change from Wednesday). 22 years ago
Michael Meskes c7fddd3072 date, interval and timestamp data should be quoted. 22 years ago
Michael Meskes 23e4fc18a7 Fixed informix behaviour for select without into. 22 years ago
Tom Lane 79fafdf49c Some early work on error message editing. Operator-not-found and 22 years ago
Tom Lane cdb8a844e6 Fix bug I introduced in recent rewrite of NUMERIC code: numeric to 22 years ago
Tom Lane b89140a7ec Do honest transformation and preprocessing of LIMIT/OFFSET clauses, 22 years ago
Tom Lane 455891bf96 Code review for UPDATE tab SET col = DEFAULT patch ... whack it around 22 years ago
Michael Meskes 7b1885bf98 Fixed initialization bug and added postgres_fe.h to pgtypeslib. 22 years ago
Tom Lane b837c99210 Support polymorphic functions in plpgsql. Along the way, replace 22 years ago
Bruce Momjian cc3002313f Fix ecpg typo --- change ;; to ;. 22 years ago
Tom Lane e3b1b6c0cd Aggregates can be polymorphic, using polymorphic implementation functions. 22 years ago
Tom Lane 02b5d8e371 Dept. of second thoughts: supporting inlining of polymorphic SQL functions 22 years ago
Tom Lane dc8dec6a70 Fix documentation comment about restricted environments, per Kevin Jacobs. 22 years ago
Tom Lane e0016db7d2 STRENGH => STRENGTH, per Jon Jensen. 22 years ago
Michael Meskes 2bdd2e5dcf Use ISO dates in pgtypeslib by default. 22 years ago
Tom Lane f973b74583 Department of second thoughts: even if we can't run the full parser on 22 years ago
Peter Eisentraut c5faf2cf3c Translation update 22 years ago
Tom Lane d6d07a0eea SQL functions can have arguments and results declared ANYARRAY or 22 years ago
Peter Eisentraut 71e9f3b07f Change EXECUTE INTO to CREATE TABLE AS EXECUTE. 22 years ago
Dave Cramer df08f5c003 patches by Kim Ho to fix 22 years ago
Tom Lane ede1734cf8 Update contrib/Makefile's list of subdirectories that it does not try 22 years ago
Tom Lane 142cb7b3f4 Put back inappropriately-removed entry for earthdistance subdirectory. 22 years ago
Tom Lane 6115224448 Rename plpython to plpythonu, and update documentation to reflect its 22 years ago
Tom Lane 219e29784d Add GUC option log_error_verbosity to control which fields of error 22 years ago
Barry Lind a3cac5a3bf Minor jdbc doc updates submitted by Kris Jurka 22 years ago
Barry Lind 9af05a9d10 Patches applied: 22 years ago
Tom Lane 835bb975d8 Restructure building of join relation targetlists so that a join plan 22 years ago
Michael Meskes cf883ea95c - Made sure Informix style decimal vars are initialized. They use a 22 years ago
Peter Eisentraut 4355d4fb21 Information schema views for group privileges, some corrections on column 22 years ago
Peter Eisentraut ae20518c7e It was comparing the wrong pair of columns, which triggered the previously 22 years ago
Peter Eisentraut 823bd7d129 Add missing PO files from last commit. 22 years ago
Michael Meskes 9aeb1eff24 Just another sync. 22 years ago
Tom Lane bee217924d Support expressions of the form 'scalar op ANY (array)' and 22 years ago
Peter Eisentraut df7618020b Merge PO file updates from 7.3 branch. 22 years ago
Peter Eisentraut 2f80f81e5e Make information schema aware of arrays. 22 years ago
Bruce Momjian c1fad341b4 Add: 22 years ago
Bruce Momjian e8902f00cc Group ISBN/ISSN definitions. 22 years ago
Tom Lane f9ebf36970 Update psql for some features of new FE/BE protocol. There is a 22 years ago
Tom Lane ea20397b79 When using new protocol, PQexec can get out of a COPY IN or COPY OUT 22 years ago
Bruce Momjian bf75f1a063 Adjust pgtest grep. 22 years ago
Bruce Momjian 757b718476 Update pgtest to use 'gmake check'. 22 years ago
Tom Lane ea886339b8 Add is_superuser parameter reporting, soon to be used by psql. 22 years ago
Bruce Momjian 3e0bdfadc3 Document kernel changes needed for BSD/OS 4.3. 22 years ago
Tom Lane 7f1249a8d2 Fix compile warnings. 22 years ago
Tom Lane 7dc5472d48 Missing calls to PQclear in large_obj.c and describe.c. 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Bruce Momjian 5bac7d11dd Remove as duplicate: 22 years ago
Bruce Momjian 7e741ba39c Add: 22 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 22 years ago
Tom Lane 0c985ab5a8 Add comment pointing out that XLByteToPrevSeg macro is not broken. 22 years ago