Commit Graph

6578 Commits (f43ec05d05bb22e7bd398ea7a8399d157eca6fb4)
 

Author SHA1 Message Date
Tom Lane b04b55a9af Clean up temp file in 'make clean'. 26 years ago
Jan Wieck da9501bddb Avoid race conditions in detection of EINPROGRESS during connect(). 26 years ago
Hiroshi Inoue 4b4dbf8cba Fix "Invalid XID in t_cmin" error in vacuum. 26 years ago
Tom Lane d8cedf67ad Clean up some really grotty coding in catcache.c, improve hashing 26 years ago
Hiroshi Inoue a60c9e33e9 fix the TODO 26 years ago
Tatsuo Ishii 320d3e06ee Fixes for \encoding command. 26 years ago
Tom Lane f72aad5678 Update discussion of aggregate syntax to mention ALL. 26 years ago
Tom Lane a7f85783fb Update SELECT documentation to have a more thorough discussion 26 years ago
Tom Lane be05edd812 Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the 26 years ago
Tom Lane 07c495f5d8 Further cleanups for type coercion: treat the locution typename(argument) 26 years ago
Tom Lane 57b30e8e22 Create a new expression node type RelabelType, which exists solely to 26 years ago
Peter Eisentraut bd8e071482 Forgot to include the documentation for \encoding ... 26 years ago
Peter Eisentraut 718bb2cc9c Moved psql \eset and \eshow to \encoding 26 years ago
Tom Lane 5253c518ae Fix broken list-slinging logic in func_select_candidate and 26 years ago
Tom Lane f4d108a257 Even after the great date/time consolidation, TypeCategory() was still 26 years ago
Tom Lane 4467194b44 Reduce proc_exit(1) to proc_exit(0) for errors detected in backend 26 years ago
Tom Lane e79b2dd5e7 Fix missing \n in some psql_error calls. 26 years ago
Tom Lane bf023bd162 Add a simple regress test for SERIAL --- it's not much, 26 years ago
Tom Lane 37a71f90b2 Fix SERIAL columns, which Thomas inadvertently broke parsing of. 26 years ago
Tom Lane 751a14e60c Repair longstanding violation of SQL92 semantics: GROUP BY would 26 years ago
Tom Lane b48f983ec3 Apply Keith Park's updates for expected/horology-solaris-1947.out. Fix 26 years ago
Tom Lane f46571165d Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. 26 years ago
Tom Lane bd43ae0ecd Accept the noise-word ALL in aggregate function invocations for SQL92 26 years ago
Tom Lane 63746a90c1 plperl's makefile tried to use perl's choice of compiler with 26 years ago
Tom Lane fac4f9a698 HP's compiler objects (quite rightly too) to 'static void foo();' 26 years ago
Thomas G. Lockhart dfdff4e0f1 First workaround solution for Jan's column constraint attributes. 26 years ago
Thomas G. Lockhart 58a9ea9d80 Clean up markup so docs will compile. 26 years ago
Thomas G. Lockhart ac324075de Update for new Irix info. 26 years ago
Tatsuo Ishii 4fec86f1f6 Fix nasty bug in setting client_encoding 26 years ago
Tatsuo Ishii eb089e7f76 Add new backslash command \eset and \eshow. 26 years ago
Tatsuo Ishii c239c11a63 Fix compiler warning 26 years ago
Tom Lane 3cfdd8fdf2 Clean up scan.l's handling of \r vs \n --- they are reliably treated as 26 years ago
Tom Lane 905404a246 Remove gcc warnings. The Postgres world isn't really safe 26 years ago
Tom Lane 3cbcb78a3d Plug some more memory leaks in the planner. It still leaks like a sieve, 26 years ago
Michael Meskes bc8a39beef *** empty log message *** 26 years ago
Michael Meskes ab0c8c691e *** empty log message *** 26 years ago
Hiroshi Inoue e3a97b370c Implement reindex command 26 years ago
Michael Meskes e3befe4a66 *** empty log message *** 26 years ago
Tom Lane 8cb624262a Replace inefficient _bt_invokestrat calls with direct calls to the 26 years ago
Peter Eisentraut 49353692d1 Fixed handling of old --with-mb option using newly gained wisdom from 26 years ago
Michael Meskes b3b35e98b6 *** empty log message *** 26 years ago
Hiroshi Inoue 3ca3bb7d8b Fix assert bug(was my fault) 26 years ago
Tom Lane 598ea2c359 Finish repairing 6.5's problems with r-tree indexes: create appropriate 26 years ago
Tom Lane cf880a6160 Update expected/horology-no-DST-before-1970.out to match 26 years ago
Bruce Momjian 0d9a0ed6d1 Package: postgresql 26 years ago
Bruce Momjian a52692213c README not needed anymore. 26 years ago
Thomas G. Lockhart bf566b202e All regression tests pass except for rules.sql (unrelated). 26 years ago
Thomas G. Lockhart 8997675c4b All regression tests pass except for rules.sql (unrelated). 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Thomas G. Lockhart c97672b083 Make ISO date style (e.g. "2000-02-16 09:33") the default. 26 years ago