Commit Graph

18805 Commits (a1bc728cf92c0df4477d80ff845c6e81d2ccf501)
 

Author SHA1 Message Date
Tom Lane a1bc728cf9 Add a HINT about the likely reason for 'invalid multibyte character for locale' failure. 21 years ago
Peter Eisentraut 3371b99e65 New translation 21 years ago
Peter Eisentraut 9f2d5df3b9 Organize the help output a little better. Improve clarity of some messages. 21 years ago
Tom Lane c77d06633a Add some code to ensure that we don't lose communication sync due to 21 years ago
Peter Eisentraut 6e53f18b84 New translation 21 years ago
Peter Eisentraut 2aa8d0a807 Might want to initialize the gettext library, if we're going to do all that 21 years ago
Peter Eisentraut a465f24a1e Translation update 21 years ago
Tom Lane 9d9cfb1ad7 Add PQprepare/PQsendPrepared functions to libpq to support preparing 21 years ago
Bruce Momjian b3fe6bcafe Remove use of "miscadmin.h" in port C files and remove test for frontend 21 years ago
Peter Eisentraut cd8db9532b New translation 21 years ago
Peter Eisentraut d5213d94b9 Translation updates 21 years ago
Peter Eisentraut 68970b3e61 New translation 21 years ago
Peter Eisentraut cc32ac990b Updated SQL key words table 21 years ago
Bruce Momjian 0060b3c8eb The attached patch fixes psql's win32 frontend-only build, by using 21 years ago
Bruce Momjian a9a2c394b8 Force rebuild. 21 years ago
Bruce Momjian e444d9a966 Improve indentation of sublists: 21 years ago
Michael Meskes 51aacecae6 Synced parser 21 years ago
Bruce Momjian 00306efcef Update Japanese FAQ. 21 years ago
Bruce Momjian f9259bd563 Update wording: 21 years ago
Bruce Momjian b303739c06 Add: 21 years ago
Neil Conway 301d6e419c Trivial fix: remove a pointless cast. 21 years ago
Tom Lane 877179245d Tweak pg_dump to handle default tablespaces correctly --- same logic 21 years ago
Bruce Momjian edb1ba113d Better document win32_open and its ability to allow concurrent 21 years ago
Bruce Momjian 1311667b5c Fix some typos. 21 years ago
Tom Lane d3e36da789 Make the standard stopword files be sought relative to share_dir, so 21 years ago
Tom Lane 4347cc2392 Allow background writing to be shut down by setting limit values to zero. 21 years ago
Tom Lane bdbe9c9f06 pg_get_indexdef() didn't do quite the right thing with identifying 21 years ago
Peter Eisentraut ca14e3bc01 New translation 21 years ago
Peter Eisentraut 8de2e16f1f New translation 21 years ago
Peter Eisentraut 2ae65595cc Translation update 21 years ago
Peter Eisentraut 2f2121ffbe Translation updates 21 years ago
Peter Eisentraut 63d4f1cdbf Adjust message 21 years ago
Tom Lane 830c168e5c Give a more user-friendly error message in situation where CREATE DATABASE 21 years ago
Tom Lane fae7ce83fe Make locale_messages_assign() really work on Windows; the prior hack 21 years ago
Tom Lane cc6a90e4af Remove dllist.c from libpq. It's overkill for what libpq needs; we can 21 years ago
Tom Lane b3d58ea7ec Include dllist.c directly instead of assuming that libpq will provide it. 21 years ago
Tom Lane dc19aaa12f Give a more user-friendly error message in case where a table is created 21 years ago
Tom Lane 2a63c1602d Generate the various .def files for libpq DLLs from a single list of 21 years ago
Tom Lane f68d05d5ec Limit NBuffers and some related values to INT_MAX / BLCKSZ, to prevent 21 years ago
Tom Lane fdd13f1568 Give the ResourceOwner mechanism full responsibility for releasing buffer 21 years ago
Tom Lane 1c2de47746 Remove BufferLocks[] array in favor of a single pointer to the buffer 21 years ago
Bruce Momjian 72f9013741 Fix Cygwin using of pg_ctl by not usig START. 21 years ago
Bruce Momjian c7add816f5 Export only required symbols in libpq on Win32. 21 years ago
Bruce Momjian 88fd162ef6 Allow pg_ctl to determine the server is up when getting a request for a 21 years ago
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per 21 years ago
Bruce Momjian db9e2fd0a9 The previous build rules caused each binary to be re-linked on every 21 years ago
Bruce Momjian ce1c20248d I have attached 5 patches (split up for ease of review) to plperl.c. 21 years ago
Bruce Momjian bdb8b394c4 This patch clarifies the usage of references in PL/Perl :) 21 years ago
Bruce Momjian a1ce88a59c Have log_duration only output when log_statement has printed the query. 21 years ago
Bruce Momjian c96c02c7af Update wording. 21 years ago