Commit Graph

13656 Commits (c27d95e25da8678136f06ce10472e935cef14a35)
 

Author SHA1 Message Date
Bruce Momjian c27d95e25d The patch fix bug described in TODO: 23 years ago
Bruce Momjian c51a049ef2 Tom Lane wrote: 23 years ago
Bruce Momjian 192b0c94f2 This patch cleans up some of the code in src/util/adt/formatting.c, 23 years ago
Bruce Momjian ec63143f81 Tiny patch fixing small documentation typo. 23 years ago
Bruce Momjian 229eebd559 This patch fixes two typos in src/backend/storage/ipc/README. 23 years ago
Bruce Momjian 07a6fa9df1 Fixed this problem and added regression tests in domain.sql. 23 years ago
Bruce Momjian 24bebf0b72 I have included fixes to declare some floating point constants as double 23 years ago
Bruce Momjian a834cbe1e9 > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at the 23 years ago
Bruce Momjian 708a000efe Mention that pg_get_viewdef(name) is deprecated. 23 years ago
Bruce Momjian 1336ecb332 This grants execute privileges to public for the fti() function. Should 23 years ago
Bruce Momjian 674818dce8 This patch corrects a minor mis-statement in the CREATE DOMAIN docs, 23 years ago
Tom Lane da395b56cd Tweak heap.c to refuse attempts to create table columns of standalone 23 years ago
Tom Lane 4a0c3a6142 Department of second thoughts: suppressing implicit casts everywhere in 23 years ago
Tom Lane b26dfb9522 Extend pg_cast castimplicit column to a three-way value; this allows us 23 years ago
Bruce Momjian cc70ba2e4d Add mention of /contrib/adddepend to HISTORY. 23 years ago
Bruce Momjian 9152bebfe4 Add 'adddepend' script to handle pre-7.3 object dependencies. 23 years ago
Peter Eisentraut da123b7c58 Update installation instructions and put mostly everything in one place. 23 years ago
Peter Eisentraut 0db8c41523 Remove pgeasy and odbc. 23 years ago
Bruce Momjian b844465185 Rename help file upgrade_7.3 to upgrade_tips_7.3. 23 years ago
Tatsuo Ishii 6bea242750 Add GRANT EXECUTE ON FUNCTION 23 years ago
Bruce Momjian 80c185eaac Add mention of Tom's client change summary email to the history file. 23 years ago
Bruce Momjian f1eac87eda Add: 23 years ago
Tatsuo Ishii 4b23f05c4f Fix bug in encoding conversion map. 23 years ago
Tatsuo Ishii 4c0bdd1ba8 Update Japanese README so that it reflects the changes made to the 23 years ago
Bruce Momjian 1c4478a5ba Add: 23 years ago
Bruce Momjian 445732a5ff Point out that CREATE INDEX uses sorts and hence sort_mem GUC parameter. 23 years ago
Bruce Momjian aef9dbdb37 Fix pgaccess URL, from Justin. 23 years ago
Bruce Momjian ff9973a8f1 Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway. 23 years ago
Tom Lane c53bb2759f Un-break duplicate_oids script. 23 years ago
Bruce Momjian a2ba9a76b8 Remove retest Makefile entry because it does not compile. 23 years ago
Bruce Momjian 8f6b96de9a Add mention of removed -enable-multibyte/locale in HISTORY. 23 years ago
Bruce Momjian a4bb484c66 Add to link() thread. 23 years ago
Bruce Momjian 0e484f19c9 Add link() info to TODO.detail. 23 years ago
Tom Lane 53e95eee84 Fix for rare race-condition-like failure: if a backend receives SIGUSR2 23 years ago
Peter Eisentraut 5ea9322872 Cast functions can be immutable or stable. 23 years ago
Tom Lane db4f3c0334 Update obsolete comment. 23 years ago
Tom Lane cd7a3b6c0d Simplify handling of second database for dblink tests. 23 years ago
Tom Lane b66ba36be9 Clean up mess from duplicate patches. 23 years ago
Tom Lane d724c314da The attached adds GRANTs to PUBLIC for dblink functions, removes the 23 years ago
Tom Lane 1b69b122bb Some PL/PgSQL documentation improvements from Neil Conway. 23 years ago
Tom Lane c91b8bc537 Cosmetic fixes from Neil Conway. 23 years ago
Tom Lane c0edc53a36 The attached adds GRANTs to PUBLIC for contrib/fuzzystringmatch. 23 years ago
Tom Lane bd04184b11 Attached is a patch to fix some recently raised issues that exist in 23 years ago
Tom Lane f7978c6f1d Avoid overflow for large elapsed times in \timing output. Per 23 years ago
Tom Lane d3ebc1ae4a Fix portability bug in get_normal_pair (RAND_MAX != MAX_RANDOM_VALUE). 23 years ago
Peter Eisentraut 49c86099f3 Shrink the pg_hba.conf and pg_ident.conf default files and move most of the 23 years ago
Peter Eisentraut d73f8137d2 Translation updates 23 years ago
Barry Lind 7d6a055a7f Added regression test for using server side prepared statements in jdbc 23 years ago
Tatsuo Ishii 3357577247 Change Assert(len > 0) to Assert(len >= 0) 23 years ago
Peter Eisentraut 6d77f6e5fb Add more information about schemas. Combines some previously existing 23 years ago