Commit Graph

12945 Commits (b75fcf93269c40284ebae0682ee7de22635ace8c)
 

Author SHA1 Message Date
Bruce Momjian b75fcf9326 Complete TODO item: 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Bruce Momjian a345ac8842 Done: 24 years ago
Bruce Momjian 981d045e88 Complete TODO item: 24 years ago
Peter Eisentraut 85d2a629c6 Create directory before installing files. 24 years ago
Bruce Momjian 776fc8cc5c New depend code doesn't need sequence drop. 24 years ago
Tom Lane 2aa6a5de87 Sic transit src/utils. 24 years ago
Bruce Momjian 7d78bac108 Back out BETWEEN node patch, was causing initdb failure. 24 years ago
Bruce Momjian a938f32a5a New depend code auto-drops sequence, fix copy2.out. 24 years ago
Tom Lane 11333426f1 Implement DROP SCHEMA. It lacks support for dropping conversions and 24 years ago
Tom Lane 8bed350c4a Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place). 24 years ago
Tatsuo Ishii 55fa0e6d2a Fix typo (PG_UNICODE -> PG_UTF8) 24 years ago
Bruce Momjian fb94c09ae4 Done: 24 years ago
Bruce Momjian a9f6c5b5c7 Unique and primary key constraints are both dumped using ALTER TABLE 24 years ago
Bruce Momjian e6f02c8231 REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC; 24 years ago
Bruce Momjian 8f211f8a84 Fix for PgTransaction class to make these visible to C apps: 24 years ago
Bruce Momjian 5a5e46ea7e Here (finally ;-)) is a doc patch covering the Table Function C API. It 24 years ago
Bruce Momjian 8c26bc5364 The attached patch fixes a tiny memory leak in psql, when using 24 years ago
Bruce Momjian 2c48b3db95 here are the copy2.sql and copy2.out files for the new regression 24 years ago
Bruce Momjian a90db34b54 The attached patch (against HEAD) implements 24 years ago
Bruce Momjian fc5372e099 You made a tiny little type in a comment in parsenodes.h (abotu instead 24 years ago
Bruce Momjian 3e22406ec6 Finished the Between patch Christopher started. 24 years ago
Bruce Momjian 7ea5f1d7f1 Here is a patch for the Table Function API. It fixes a bug found by Neil 24 years ago
Bruce Momjian a5a8110a86 Contrib port/ usage is same as others so no need for rules. 24 years ago
Bruce Momjian 7c5c1a2adb Add comment to file about port files. 24 years ago
Tatsuo Ishii 3d7a9ac769 Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has been 24 years ago
Bruce Momjian 404e9a12a5 Move libc replacement files from src/backend/port to src/port. 24 years ago
Bruce Momjian 7f43165dd2 Make src/backend/port/*.c file location dependent only on configure.in. 24 years ago
Tatsuo Ishii eb335a034b I have committed many support files for CREATE CONVERSION. Default 24 years ago
Bruce Momjian df432df9fa Done, not sure when, reported by Neil Conway: 24 years ago
Bruce Momjian de1a6978fe Improve getopt_long search, per Peter: 24 years ago
Tom Lane 5af19e4227 Add more dependency insertions --- this completes the basic pg_depend 24 years ago
Barry Lind cdebcad6af fixed bug in support for timestamp without time zone reported by Yuva Chandolu (ychandolu@ebates.com) 24 years ago
Bruce Momjian 846ea08d34 Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp 24 years ago
Bruce Momjian 7aee5ed3b7 Fix tid to in/out as unsigned. 24 years ago
Tom Lane 14f1588356 Add initdb code to set up initial contents of pg_depend, pinning all 24 years ago
Bruce Momjian 93d6a8aa7d > pgsql-bugs@postgresql.org wrote: 24 years ago
Tatsuo Ishii 3c7798f068 Add conversion procs for CREATE CONVERSION 24 years ago
Tatsuo Ishii 743b747264 Fix typo 24 years ago
Tatsuo Ishii d49108fd73 Add FindDefaultConversionProc 24 years ago
Tom Lane 30ec31604d Add code to extract dependencies from an expression tree, and use it 24 years ago
Bruce Momjian 1e07ab78cc Add DLLINIT mention in port/Makefile. 24 years ago
Bruce Momjian 3cbb9eb265 Move few remaining src/utils files to backend/port so everything is in 24 years ago
Bruce Momjian d76eef3e7c Add mention of TOAST storage for character columns. 24 years ago
Bruce Momjian b3341ddbf2 Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas 24 years ago
Bruce Momjian 7fb9b5d434 This fixes 2 inaccuracies in the recently added SQL99 feature list docs. 24 years ago
Bruce Momjian b52790b069 Add comment for isbn,issn data type, from Pete St. Onge 24 years ago
Bruce Momjian 1a6f91c9f3 Item not needed: 24 years ago
Bruce Momjian b00e50fbb8 Remove indenting of Makefile comments, per Peter.\ 24 years ago
Bruce Momjian 4ea0275f18 Remove utils/getopt.c file, not needed, it only allowed "--flag" 24 years ago