Commit Graph

1708 Commits (fcbc87c1ee13dadcabc6cddc76260515482a6e70)

Author SHA1 Message Date
Tatsuo Ishii 969e0246ed Add Cyrillic and other encodings for encoding conversion. 24 years ago
Peter Eisentraut 1e4c4f9eb7 Remove obsolete uses of lanispl. Only used in pg_dump now, but can be 24 years ago
Tom Lane 77a7e9968b Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 24 years ago
Tom Lane e44beef712 Code review of CLUSTER patch. Clean up problems with relcache getting 24 years ago
Tom Lane 13e838f1d9 Neil's patch was supposed to remove this, too. 24 years ago
Bruce Momjian c5354dff20 This patch removes a lot of unused code related to assertions and 24 years ago
Peter Eisentraut f1d820494c Fix failure to relink postmaster executable in the first make run if only a 24 years ago
Peter Eisentraut 6ce4a4e3e1 Make sure monetary, numeric, and time locale categories are set to C and 24 years ago
Tom Lane 4ab8e69094 has_table_privilege spawns scions has_database_privilege, has_function_privilege, 24 years ago
Tom Lane 9459db8ea9 Cause view/rule display to work as expected after rename of an underlying 24 years ago
Tatsuo Ishii 697b472099 Address build problems on cygwin and (hopefully) AIX. 24 years ago
Tatsuo Ishii 3c63578a7e Load and keep conversion function info when SET CLIENT_ENCODING TO is 24 years ago
Tom Lane b084cc3504 Cause schema-qualified FROM items and schema-qualified variable references 24 years ago
Tom Lane dfef56a92f Improve 'failed to initialize' messages. 24 years ago
Tatsuo Ishii 6206a880cf Add SQL99 CONVERT() function. 24 years ago
Tom Lane 5df307c778 Restructure local-buffer handling per recent pghackers discussion. 24 years ago
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 24 years ago
Tom Lane 07f9682de4 Preliminary code review for anonymous-composite-types patch: fix breakage 24 years ago
Bruce Momjian d7859a9570 Rename backend_pid to pg_backend_pid, move docs to monitoring section. 24 years ago
Tom Lane 35d39ba081 Fix obsolete comment. 24 years ago
Thomas G. Lockhart b71310d8e0 Add guard code to protect from buffer overruns on long date/time input 24 years ago
Thomas G. Lockhart ce5dc562e6 Allow bit string constants without fully-specified length declaration. 24 years ago
Tom Lane 22c64f1834 When compiling with --enable-cassert, check for reference count leaks 24 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 24 years ago
Tom Lane ce7565ab91 Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 24 years ago
Bruce Momjian 1107531c91 Rename pid function to backend_pid(). 24 years ago
Bruce Momjian f67cb71961 Add function to access backend pid, pg_stat_get_backend_mypid. 24 years ago
Bruce Momjian 578e71fee5 This should fix a bug where a row that was updated or 24 years ago
Tom Lane 9f1fc1080e Since we're depending on %option noyywrap in the main scanner now, 24 years ago
Bruce Momjian 23a8b77d42 Here are two patches. The guc_and_tablefunc patch addresses the two 24 years ago
Bruce Momjian ceb438ed8c This patch fixes one serious bug (runaway INSERT) and a few rare (and 24 years ago
Bruce Momjian a89fc4e6de --enable-syslog no longer required to use syslog. 24 years ago
Tom Lane ea4686e3e1 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 24 years ago
Tatsuo Ishii 0345f58496 Implement DROP CONVERSION 24 years ago
Peter Eisentraut 739adf32ee Remove unused system table columns: 24 years ago
Tatsuo Ishii 19a20e04bd Add Japanese README explaining how to add new conversion. 24 years ago
Tom Lane c33a6343cd Code review for SHOW output changes; fix horology expected files for 24 years ago
Bruce Momjian 63cfc6a8e8 Fix problems caused by code drift of API for without-oids. 24 years ago
Bruce Momjian 1ce03603cc > 2. This patch includes the same Table Function API fixes that I 24 years ago
Bruce Momjian b0f5086e41 oid is needed, it is added at the end of the struct (after the null 24 years ago
Bruce Momjian e77054e029 This patch fixes a regression caused by my recent changes to heap 24 years ago
Tatsuo Ishii 86270024ff Oops. Too much ifdef out. 24 years ago
Tatsuo Ishii 248cbb5796 Temporary ifdef out migrating functions to avoid compiler warnings. 24 years ago
Peter Eisentraut 97377048b4 pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 24 years ago
Peter Eisentraut 85d2a629c6 Create directory before installing files. 24 years ago
Bruce Momjian 7d78bac108 Back out BETWEEN node patch, was causing initdb failure. 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
Tatsuo Ishii eb335a034b I have committed many support files for CREATE CONVERSION. Default 24 years ago
Bruce Momjian 846ea08d34 Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp 24 years ago