Commit Graph

12999 Commits (ea4686e3e1f00910a19e18dd59f5c518345bb431)
 

Author SHA1 Message Date
Tom Lane ea4686e3e1 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 23 years ago
Bruce Momjian b9459c6adb Fix from Neil Conway: 23 years ago
Tom Lane a28375140c Fix minor coding error: don't ReleaseSysCache until after last use of 23 years ago
Tatsuo Ishii c6b2838685 Fix typo. Remove #ifdef MULTIBYTE 23 years ago
Peter Eisentraut 06ad580f75 Structure reference pages consistently. Document that structure. 23 years ago
Peter Eisentraut b02c56f584 Clean documentation subtree during make clean. 23 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 23 years ago
Hiroshi Inoue c3fdf8925e Fix a bug about the handling of CX parameter of the connection string 23 years ago
Barry Lind 40c44166dc Fouth (and final) phase of restructuring to add jdbc3 support. 23 years ago
Barry Lind 68c6eff945 Third phase of restructuring to add jdbc3 support. 23 years ago
Peter Eisentraut 73eb2dfe77 Remove extra comma. 23 years ago
Tatsuo Ishii 0345f58496 Implement DROP CONVERSION 23 years ago
Barry Lind 8d600a7d1f Second phase of restructuring to add jdbc3 support. 23 years ago
Peter Eisentraut 43515ba3f8 Remove _deadcode. 23 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 23 years ago
Bruce Momjian a78777558c Add mention of copyright year update. 23 years ago
Bruce Momjian f7ba1db755 Done: 23 years ago
Tatsuo Ishii 19a20e04bd Add Japanese README explaining how to add new conversion. 23 years ago
Tatsuo Ishii 88b74dcddf Add pg_conversion system catalog. Update description for multibyte support. 23 years ago
Bruce Momjian b4b3c63b2b Done: 23 years ago
Barry Lind 1e3187366c Initial restructuring to add jdbc3 support. There was a significant amount 23 years ago
Peter Eisentraut e9c013f4bd Add unique index on pg_cast.oid, and document pg_cast table. 23 years ago
Tatsuo Ishii a7ffd69d4c Fix typo. 23 years ago
Tatsuo Ishii 8d25d5c5c7 Add CREATE CONVERSION/DROP CONVERSOION reference manual 23 years ago
Michael Meskes 4be24fe88f Fixed some minor typos. 23 years ago
Michael Meskes 2297f3982b Re-Committed old file. 23 years ago
Bruce Momjian f9d74d75e7 Schema TODO.detail file not needed anymore. 23 years ago
Tom Lane b70b78656b Tweak CreateTrigger() so that the OID used in the name of an 23 years ago
Bruce Momjian 17b28503d0 Mark items as done: 23 years ago
Tom Lane c33a6343cd Code review for SHOW output changes; fix horology expected files for 23 years ago
Michael Meskes a58930bbd5 Synced parser yet again. 23 years ago
Bruce Momjian d4803f5513 Fix regression tests for new SHOW output. 23 years ago
Bruce Momjian 63cfc6a8e8 Fix problems caused by code drift of API for without-oids. 23 years ago
Bruce Momjian b34cbe006f The attached patch fixes 2 trivial warnings generated by bison 1.35, 23 years ago
Bruce Momjian 1ac7db4468 I can't remember who said they were working on schema related psql 23 years ago
Bruce Momjian 1ce03603cc > 2. This patch includes the same Table Function API fixes that I 23 years ago
Bruce Momjian b6d2faaf24 Hello, i noticed that win32 native stopped working/compiling after the SSL merge 23 years ago
Bruce Momjian 1430271e99 Add new configure files for missing-oid patch. 23 years ago
Bruce Momjian dcbacde2e3 Patch problems caused by code drift since OID patch creation. 23 years ago
Bruce Momjian e36f9cd440 Manually apply part of oid patch that didn't apply cleanly. 23 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 23 years ago
Bruce Momjian 38dd3ae7d0 The attached patch fixes a build problem with GEQO when using the 23 years ago
Bruce Momjian aec814b548 Add new vacuum regression test files. 23 years ago
Bruce Momjian e77054e029 This patch fixes a regression caused by my recent changes to heap 23 years ago
Tatsuo Ishii cdf4b9aff2 Apply patches from Neil Conway. 23 years ago
Tom Lane 009d593c48 Small performance improvement --- use indexscan not heapscan to find 23 years ago
Tom Lane 59a471fc4c Make note that ALTER TABLE can change table owner these days. 23 years ago
Bruce Momjian 33b3c95200 Complete TODO item: 23 years ago
Bruce Momjian d7d741afbe Done: 23 years ago
Bruce Momjian ec793794b2 Another "$@" cleanup with new syntax, ${1+"$@"}. 23 years ago