Commit Graph

12466 Commits (0b1f7cccd72047be738f97d2ed3d00ae93743c74)

Author SHA1 Message Date
Michael Meskes f3c6d592d2 - Fixed segfault due to missing check for variable declaration. 22 years ago
Tom Lane 9e733eab69 Modify pg_dump so that the preferred dump order is by name within 22 years ago
Bruce Momjian 119e968305 Adds the -W flag to the pwd call under Win32. This allows directories, 22 years ago
Tom Lane 0ee2603455 Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn't 22 years ago
Tom Lane 13f466167d Update obsolete comment. 22 years ago
Tom Lane 0c6e97db47 Always schema-qualify the name of a function referenced in CREATE CAST. 22 years ago
Tom Lane 7bbd9d93cc Junkfilter logic to force a projection step during SELECT INTO was too 22 years ago
Bruce Momjian b95c05c9c1 Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.) 22 years ago
Bruce Momjian 24262be5f9 Add missing checks for Borland C compiler. 22 years ago
Tom Lane 03e2a47e0b Teach is_distinct_query to recognize that GROUP BY forces a subquery's 22 years ago
Bruce Momjian b57cbb4ef0 Add missing sprompt.obj psql usage for Borland compiler, per private 22 years ago
Michael Meskes fd104c5764 Added partly missing VOLATILE keyword. 22 years ago
Tom Lane 64917ccb56 make_sort_from_pathkeys()'s method for choosing which of several 22 years ago
Bruce Momjian 31ce2fddfa "Corrects" the int8/float4/float8 tests under win32. 22 years ago
Tom Lane 9be7ea088c Remove unneeded indxqual field in IndexScanState, and the useless work 22 years ago
Dennis Bjorklund 303f4649a2 Translation updates 22 years ago
Dennis Bjorklund b8d518c17d Translation update 22 years ago
Dennis Bjorklund 90aac56562 Translation updates 22 years ago
Dennis Bjorklund ef6e54d78b Translation updates 22 years ago
Tom Lane 6161766daf Adjust remove_redundant_join_clauses() so that when it has a choice 22 years ago
Tom Lane df79b847fe genericcostestimate() neglected to include qual startup cost in 22 years ago
Tom Lane f5d8f0bb19 process_implied_equality must copy the substructure of the clauses it 22 years ago
Neil Conway f46a80c362 Fix a few omissions in the initcap() documentation & source code 22 years ago
Bruce Momjian 8878f4aee7 For immediate application to HEAD. 22 years ago
Bruce Momjian c672aa823b For application to HEAD, following community review. 22 years ago
Tom Lane 5ada9ef088 Teach plpgsql's lexer about dollar-quoted literals. 22 years ago
Tom Lane fa7a3abe87 anyarray really needs to be declared with typalign = 'd', so that entries 22 years ago
Tom Lane fa96a5e15b Add %option nodefault to all our flex lexers. Fix a couple of rule gaps 22 years ago
Tom Lane 58e705320e Implement dollar-quoting in the backend lexer and psql. Documentation 22 years ago
Michael Meskes 1f87d79142 - Corrected error handling in PGTYPEStimestamp_from_asc. 22 years ago
Tom Lane 92bec9a0bc Cause pg_dump to emit a 'SET client_encoding' command at the start of 22 years ago
Tom Lane 55fb172739 Don't crash when a rowtype argument to a plpgsql function is NULL. 22 years ago
Tom Lane 3f2cf812af Fix obsolete comment. 22 years ago
Tom Lane 7a57a67278 Replace opendir/closedir calls throughout the backend with AllocateDir 22 years ago
Tom Lane 4f571319d3 NOFILE isn't used anywhere any more. 22 years ago
Tom Lane f83356c7f5 Do a direct probe during postmaster startup to determine the maximum 22 years ago
Michael Meskes b4c8dcb294 Fixed incorrect output of indicator structs using the name of the data struct. 22 years ago
Tom Lane 6b7763d1c1 Write #include <dl.h>, not #include "dl.h", to correctly reflect the 22 years ago
Tom Lane 780cba9880 Move responsibility for copying argv[] array into ps_status.c, where it 22 years ago
Tom Lane a81b9d679f Fix random build breakage from log_disconnections patch. 22 years ago
Tom Lane 59f9a0b9df Implement a solution to the 'Turkish locale downcases I incorrectly' 22 years ago
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per 22 years ago
Tom Lane 737f1cd44b Cosmetic changes (mostly whitespace) to make it easier to diff the 22 years ago
Bruce Momjian af3b182a57 Here is a patch that implements setitimer() on win32. With this patch 22 years ago
Michael Meskes f8257734e4 Added missing rule for DOUBLE variables. 22 years ago
Neil Conway 4553e1d80f Improve the consistency of the error message emitted when rejecting 22 years ago
Bruce Momjian 530570c598 Rename function log_session_end to log_disconnections. 22 years ago
Bruce Momjian 96f134550c Fix prototype for on_proc_exit in log_disconnections patch. 22 years ago
Bruce Momjian c53611e3e7 This patch brings up to date what I did last year (now unfortunately 22 years ago
Bruce Momjian 1f17316a3d Here is an updated version of the win32 readdir patch. 22 years ago