summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-11-10Restructure child-exit logging messages for easier translation,Tom Lane
2001-11-10Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,Tom Lane
2001-11-09Jason Davies patch to getImported/getExported keysDave Cramer
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-08Make extern C handling more flexible.Bruce Momjian
2001-11-08PostgreSQL works again on Mac OS X 10.1. Hold your nose beforeTom Lane
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-11-07Fix replacement of extern C string.Bruce Momjian
2001-11-07Fix typo.Bruce Momjian
2001-11-07Prevent indenting of 'extern "C"' blocks.Bruce Momjian
2001-11-07Some post pgident run updates,Bruce Momjian
2001-11-06Update for latest version of horology test.REL7_2_BETA2Tom Lane
2001-11-06Clean up formatting of child process exit-status reports so that theyTom Lane
2001-11-06Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart
2001-11-06Add British Double Standard Time (BDST) per mailing list report.Thomas G. Lockhart
2001-11-06Use PostgreSQL's standard declaration for a 32-bit integer to defineThomas G. Lockhart
2001-11-06Add Darwin to list of known systems for ps_status.Tom Lane
2001-11-06The extra semaphore that proc.c now allocates for checkpoint processesTom Lane
2001-11-05Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05Preparation for the parameter array handling.Hiroshi Inoue
2001-11-051) Fix a few bugs about SQLGetData()Hiroshi Inoue
2001-11-05More cleanup for stuff after closing brace in first column.Bruce Momjian
2001-11-05Handle tabs after closing brace in first column with less indenting.Bruce Momjian
2001-11-05Improve readability of script.Bruce Momjian
2001-11-05CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane
2001-11-05Remove ill-considered Assert.Tom Lane
2001-11-04Pull in variables defined in structs; had too many tabs.Bruce Momjian
2001-11-04Fix now-obsolete comment.Tom Lane
2001-11-04Version was 3.3 but last released version was 3.1. Setting to match restD'Arcy J.M. Cain
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-11-04Note that PyGreSQL has been checked against Python 2.1 now.D'Arcy J.M. Cain
2001-11-04The "%d", while syntactically correct, was confusing. Added a space toD'Arcy J.M. Cain
2001-11-04- Fix compiler warning in pg_restorePhilip Warner
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-03Require closing paren on line above brace to identify functionBruce Momjian
2001-11-03More updates for GNU indent.Bruce Momjian
2001-11-031) Improve literal handling in parse_statement().Hiroshi Inoue
2001-11-03Make pgindent use GNU Indent version 2.X better.Bruce Momjian
2001-11-02proper select for Jason Davies patch to getImportedKeysDave Cramer
2001-11-02proper select for Jason Davies patch to getImportedKeysDave Cramer
2001-11-02Add check for 'extern "C"' for pgindent.Bruce Momjian
2001-11-02Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be inTom Lane
2001-11-02Add default expressions to INSERTs during planning, not during parseTom Lane
2001-11-02updatesPeter Eisentraut
2001-11-02Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane
2001-11-02Suppress compiler warning (only seen in MULTIBYTE case).Tom Lane
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-11-02Sync parser yet again.Michael Meskes