Commit Graph

2090 Commits (07d5117a762b7e6d73f5d3d57d84ede43898fc43)

Author SHA1 Message Date
Hiroshi Inoue 535d92877e Remove compile errors of psql.exe and libpq.dll under 24 years ago
Tom Lane 6c134eb6f1 Spell 'precedes', 'preceding' correctly in various places. 24 years ago
Tom Lane c845b4272c IsSystemRelationName() treats TOAST relations as system relations. 24 years ago
Tom Lane 7c50767f08 Remove 'triggered data change violation' error check, per recent 24 years ago
Bruce Momjian ea436f9fcf Well the absolute correct solution would involve all of: 24 years ago
Bruce Momjian 6c9b11b35e Fix for AIX compile and unsigned/signed typedefs. 24 years ago
Tom Lane 0f214edeb1 Remove duplicate extern declaration. 24 years ago
Tom Lane 9371325042 Remove a bunch more no-longer-used stuff in libpq-be.h. 24 years ago
Tom Lane a7f6210de2 The PacketReceive/PacketSend routines aren't used anymore. 24 years ago
Bruce Momjian e6e4c45a2a Add comments of duplicate definitions in interfaces/odbc/md5.h. 24 years ago
Tom Lane f14fdad858 Make ALTER TABLE RENAME update foreign-key trigger arguments correctly. 24 years ago
Tom Lane f6ee99a062 Clean up usage-statistics display code (ShowUsage and friends). StatFp 24 years ago
Bruce Momjian 77e4fd889c Fix indenting for 'extern "C"' cases. 24 years ago
Thomas G. Lockhart e160fcd696 Use PostgreSQL's standard declaration for a 32-bit integer to define 25 years ago
Tom Lane ca7578d454 The extra semaphore that proc.c now allocates for checkpoint processes 25 years ago
Tom Lane 0053cebea5 Fix coredump in plpgsql when trying to return a rowtype result. 25 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
Tom Lane 5251e7b3d0 CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names 25 years ago
Tom Lane fb5f1b2c13 Merge three existing ways of signaling postmaster from child processes, 25 years ago
Tom Lane 8a069abd18 Fix pg_pwd caching mechanism, which was broken by changes to fork 25 years ago
Tom Lane 7d05310828 Fix problem reported by Alex Korn: if a relation has been dropped and 25 years ago
Tom Lane 96ca8ffebc Fix problems with subselects used in GROUP BY expressions, per gripe 25 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 25 years ago
Tom Lane a0cd991987 Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Peter Eisentraut 8b4d5c7575 Include locale.h before undefining gettext() to avoid compilation errors 25 years ago
Tom Lane 2628d9b3a4 Document range restriction on bit values used in INTERVAL typmod. 25 years ago
Tom Lane 01b73d3f27 Fix foreign keys on system columns. 25 years ago
Tom Lane c59839ac6d Consolidate tables of known system attributes into one table. 25 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 25 years ago
Tom Lane 2b7206a993 Revert change to autodetect '__getopt_initialized' variable ... turns 25 years ago
Tom Lane 379268aa62 Proper fix for glibc getopt() botch. Surprising we did not see this 25 years ago
Tom Lane 3d510653a4 Rename macro arg to avoid useless compiler warning when building plperl. 25 years ago
Tom Lane 13e467f74f Add STATUS_EOF value needed for auth.c. Remove a bunch of unused 25 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 25 years ago
Tom Lane 6254465d06 Extend code that deduces implied equality clauses to detect whether a 25 years ago
Tatsuo Ishii cfe01796e6 Ok, here is the modified encoding table (column1 is the standard name, 25 years ago
Tom Lane e482dcb0a4 Make selectivity routines cope gracefully with NaNs, infinities, and 25 years ago
Tom Lane 58dc94abac Add missing prototype to suppress gcc warning. 25 years ago
Bruce Momjian 1d3a47af0c Attached patch for unconditional enabling of pltcl-unknown support. 25 years ago
Tatsuo Ishii f426465ba9 Add a new function "pg_client_encoding" which returns the current client 25 years ago
Tom Lane f9e6e27c87 Break transformCreateStmt() into multiple routines and make 25 years ago
Tatsuo Ishii 51053d3216 Add support for ISO-8859-6 to 16 25 years ago
Tom Lane 0b3bca6c6f Change plpgsql to depend on main parser's type-declaration grammar, 25 years ago
Tom Lane 1c7bef32b4 Fix ruleutils to depend on format_type, rather than having a private 25 years ago
Tom Lane 85801a4dbd Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 25 years ago
Tom Lane 8a52b893b3 Further cleanup of dynahash.c API, in pursuit of portability and 25 years ago
Tom Lane 03b0a589d1 Consider interpreting a function call as a trivial (binary-compatible) 25 years ago
Tom Lane fcd2e372a7 Consistently use gcc's __attribute__((format)) to check sprintf-style 25 years ago
Tom Lane 9488aad618 Remove no-longer-used macros. 25 years ago