Commit Graph

30804 Commits (d7e5d151daa2d5fe096953ae0b3530707b7c87f5)
 

Author SHA1 Message Date
Alvaro Herrera d7e5d151da Move private struct declaration to compress_io.c 15 years ago
Alvaro Herrera 0025b76f4f Remove trailing whitespace 15 years ago
Alvaro Herrera d67a39c326 Remove useless struct declaration 15 years ago
Alvaro Herrera 7f4a7af2fd Silence compiler 15 years ago
Heikki Linnakangas bf9aa490db Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file, 15 years ago
Tom Lane 225f0aa3df Prevent inlining a SQL function with multiple OUT parameters. 15 years ago
Tom Lane c0b5fac701 Simplify and speed up mapping of index opfamilies to pathkeys. 15 years ago
Heikki Linnakangas 3c42efceb2 Be consistent about writing "[, ...]" instead "[,...]" in the docs. 15 years ago
Robert Haas fab7fdb988 Fix typo. 15 years ago
Simon Riggs ed78384acd Move call to GetTopTransactionId() earlier in LockAcquire(), 15 years ago
Tom Lane c623365ff9 Point out in default_tablespace's description that CREATE DATABASE ignores it. 15 years ago
Bruce Momjian 1f48290a9d In libpq/Makefile, use OBJS += as a way to break up long link lines into 15 years ago
Robert Haas fe7a32fc87 New contrib module, auth_delay. 15 years ago
Tom Lane d53c1255d9 A bit more wordsmithing on the PQping documentation. 15 years ago
Tom Lane 49cd8a3f81 On further testing, PQping also needs an explicit check for AUTH_REQ. 15 years ago
Tom Lane db96e1ccfc Rewrite PQping to be more like what we agreed to last week. 15 years ago
Tom Lane be3b666eb8 Clean up IPv4 vs IPv6 bogosity in connectFailureMessage(). 15 years ago
Tom Lane 3840bc0847 Fix portability issues in new src/port/inet_net_ntop.c file. 15 years ago
Robert Haas 55109313f9 Add more ALTER <object> .. SET SCHEMA commands. 15 years ago
Tom Lane 1d9a0abec1 Remove bogus use of PGDLLIMPORT. 15 years ago
Tom Lane 4a2516a7f9 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Bruce Momjian e6e38b4ac2 Add inet_net_ntop.c as needed by MSVC, per Magnus. 15 years ago
Bruce Momjian f2eba413db Use conn->raddr consistently for non-connect libpq error reporting. 15 years ago
Bruce Momjian bad8277f13 Update comment that says we only report last libpq connection failure, 15 years ago
Bruce Momjian ed51bd4968 Use only addr_cur when reporting connection failures in libpq. 15 years ago
Bruce Momjian 4f6deef2fb Abandon use of Makefile variables in libpq/Makefile because MSVC scrapes 15 years ago
Bruce Momjian a9b02ec654 In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a single 15 years ago
Bruce Momjian 5f4b3d750b Improve pg_ctl "cannot connect" spacing, per Tom, and wording. 15 years ago
Bruce Momjian 4646e0cef7 Improve pg_ctl "cannot connect" warning, per suggestion from Magnus. 15 years ago
Bruce Momjian 742ac738c3 For libpq/Makefile OPT_PGPORT, remove .o extension after we test 15 years ago
Bruce Momjian afd7d9adca Add PQping and PQpingParams to libpq to allow detection of the server's 15 years ago
Bruce Momjian 212a1c7b0b Fix getaddrinfo() in pgport to use proper parameters, as detected by 15 years ago
Bruce Momjian c6978ecd6f Restructure how libpq includes external C files, for clarity. 15 years ago
Robert Haas cc1ed40d57 Object access hook framework, with post-creation hook. 15 years ago
Itagaki Takahiro d3c1265443 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Robert Haas 2d1e426650 Add inet_net_ntop.c to .gitignore. 15 years ago
Robert Haas c2281ac87c Remove belt-and-suspenders guards against buffer pin leaks. 15 years ago
Bruce Momjian 58dfb07b5d Properly add new inet_net_ntop file to libpq Makefile. 15 years ago
Bruce Momjian 7276ab5888 Document that a CHECKPOINT before taking a file system snapshot can 15 years ago
Bruce Momjian ba11258ccb When reporting the server as not responding, if the hostname was 15 years ago
Tom Lane 725d52d0c2 Create the system catalog infrastructure needed for KNNGIST. 15 years ago
Peter Eisentraut 4fc09ad00c Add index entries for more functions 15 years ago
Peter Eisentraut f2a4278330 Propagate ALTER TYPE operations to typed tables 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 44475e782f Centralize some ALTER <whatever> .. SET SCHEMA checks. 15 years ago
Alvaro Herrera 5272d79875 Remove GucContext parameter from ParseConfigFile 15 years ago
Robert Haas 95dacf8593 Put back accidentally-deleted quote_literal() regression tests. 15 years ago
Robert Haas 506070be34 Bump catversion. Should have done this as part of format(text) patch. 15 years ago
Robert Haas 7504870778 Add new SQL function, format(text). 15 years ago
Tom Lane 89a368418c Further cleanup of indxpath logic related to IndexOptInfo.opfamily array. 15 years ago