Commit Graph

2466 Commits (d358456ca32bc9c59bb8575b44c984519e11b349)
 

Author SHA1 Message Date
Thomas G. Lockhart d358456ca3 Add test for multi-character char(). 28 years ago
Bruce Momjian 5a5cb30096 Fix tolower loops to go in proper direction for cache. 28 years ago
Marc G. Fournier 84fc5c4aed I found one other change that I would like to make to the 28 years ago
Thomas G. Lockhart 733f2a43cc Change constraint syntax to SQL92 style. 28 years ago
Thomas G. Lockhart 5d7c9119fa Define USE_GERMAN_DATES for use in date/time I/O functions. 28 years ago
Thomas G. Lockhart dc88e795d1 Change Constraint structure to be a full node structure. 28 years ago
Thomas G. Lockhart 77356a7fc1 Add Constraint node type. 28 years ago
Thomas G. Lockhart 352b36877f Add 'GERMAN' style to date/time output. 28 years ago
Thomas G. Lockhart d7e0e61d84 Run through toupper() conversion in the forward direction. 28 years ago
Thomas G. Lockhart 6ad698c928 Add some printing capability for a few more node types (CreateStmt, 28 years ago
Thomas G. Lockhart 0295864514 Add 'GERMAN' option to DateStyle. 28 years ago
Thomas G. Lockhart 0569136e48 Change Constraint structure name from ConstraintDef to Constraint. 28 years ago
Thomas G. Lockhart 1ac4ae4993 Add SQL92-compliant syntax for constraints. 28 years ago
Thomas G. Lockhart 7b06d99571 Backend code redefinitions to allow read/write 28 years ago
Bruce Momjian 8d30b40843 Update description for PGHOST and unix domain sockets. Add warning for failed connections. 28 years ago
Bruce Momjian 7d2fafe636 Update description for PGHOST and unix domain sockets. Add warning for failed connections. 28 years ago
Marc G. Fournier 8a57e21c30 Incorporate patch from Matt(maycock@intelliquest.com) for dumping ACLs 28 years ago
Marc G. Fournier a91ad1af09 Missed a few files from Todd's patch...oops :) 28 years ago
Marc G. Fournier 4c04f7724e From: todd brandys <brandys@eng3.hep.uiuc.edu> 28 years ago
Bruce Momjian 333323f304 Fix vacuum analyze syntax problem. 28 years ago
Marc G. Fournier 899326a78b the -l option doesn't take a port option, so the man page shouldn't say it 28 years ago
Marc G. Fournier 3253f9e222 gmake distclean wasn't removing the configure generated Makefile in 28 years ago
Thomas G. Lockhart 8f4865bdd7 Remove premature code in constraint parsing. 28 years ago
Marc G. Fournier 9257cb65b2 Linux related change to .similar to handle 'a.out' files... 28 years ago
Bruce Momjian b05eddaaab Fix pg_dump, and libpq changes. 28 years ago
Bruce Momjian dfc1a6a848 Document pg_dump -z, clean up option list. Fix problem with libpq handling of field names uppercase code. 28 years ago
Thomas G. Lockhart df823bc42d Deep-six tests using time travel, which has been removed from Postgres. 28 years ago
Thomas G. Lockhart 7a86a2a9e5 Add tests for varchar() and combinations of string types. 28 years ago
Thomas G. Lockhart 1d7b6f14e2 Adjust tests to reflect removal of time travel. 28 years ago
Thomas G. Lockhart f901971c86 Adjust output to reflect changes in tests. 28 years ago
Thomas G. Lockhart 07c1837f50 Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEY 28 years ago
Thomas G. Lockhart 361f9e7f8d Add comments and move a few declaration blocks to help readability. 28 years ago
Thomas G. Lockhart b12ba5f695 Specify hash table support functions for float8 and int4 rather than using 28 years ago
Thomas G. Lockhart 2c98143681 Add datetime and timespan hash index declarations. Use float8 for both; 28 years ago
Thomas G. Lockhart d16b4767fe Remove duplicate block of declarations. Must have been introduced recently 28 years ago
Thomas G. Lockhart abedcddbd1 Change hash field for a few equality operators so all have it set. 28 years ago
Thomas G. Lockhart 9faa6cabc5 Add pg_type.h to include list to regain declaration of type OID assignments. 28 years ago
Bruce Momjian 7059464335 Fix for \dd on types. 28 years ago
Bruce Momjian 002796b5ca Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. 28 years ago
Bruce Momjian c445ba331b Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_create(). 28 years ago
Bruce Momjian a8926e0461 Salt fix for password, from Tatsuo Ishii. 28 years ago
Bruce Momjian 241a87b951 Prevent flushing from packets, by Massimo. 28 years ago
Bruce Momjian db00632e0f Cleaups of comments. 28 years ago
Bruce Momjian bac80c218e Add README for parser directory 28 years ago
Bruce Momjian d79b9a1b7a Re-order args for TypeCreate() to be clearer. 28 years ago
Bruce Momjian 7c00ffb843 Fix from Zeugswetter Andreas DBT for Sendproc. 28 years ago
Bruce Momjian 983ec2cb4b Make parser functions static where possible. 28 years ago
Bruce Momjian b704426618 Make parser functions static where possible. 28 years ago
Bruce Momjian 97ad0b1cd4 \dd fix. 28 years ago
Bruce Momjian 43c7114b48 Cleanup up include files. 28 years ago