Commit Graph

37414 Commits (ec5896aed3c01da24c1f335f138817e9890d68b6)
 

Author SHA1 Message Date
Noah Misch 8463195217 Fix win32setlocale.c const-related warnings. 11 years ago
Peter Eisentraut 9522efdae1 Fix generation of INSTALL file by removing link 11 years ago
Peter Eisentraut a409b464f9 Add configure --enable-tap-tests option 11 years ago
Peter Eisentraut 3e81a33d79 PL/Python: Fix example 11 years ago
Robert Haas 2bd9e412f9 Support frontend-backend protocol communication using a shm_mq. 11 years ago
Peter Eisentraut 252e652ede doc: Fix typos 11 years ago
Peter Eisentraut 50709a1d42 doc: Wording and formatting improvements in new logical decoding docs 11 years ago
Peter Eisentraut 5bd91e3a83 doc: Improve CREATE VIEW / WITH documentation 11 years ago
Robert Haas f7102b0463 Extend dsm API with a new function dsm_unpin_mapping. 11 years ago
Tom Lane fd0f651a86 Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats. 11 years ago
Robert Haas 6057c212f3 "Pin", rather than "keep", dynamic shared memory mappings and segments. 11 years ago
Peter Eisentraut 7912f9b7dc Remove use of TAP subtests 11 years ago
Tom Lane e0722d9cb5 Avoid corrupting tables when ANALYZE inside a transaction is rolled back. 11 years ago
Robert Haas 6cb4afff33 Avoid setup work for invalidation messages at start-of-(sub)xact. 11 years ago
Heikki Linnakangas 8f8314b560 Reset error message at PQreset() 11 years ago
Tom Lane a00d468e65 Remove obsolete commentary. 11 years ago
Heikki Linnakangas 18f158ef69 Remove unnecessary assignment. 11 years ago
Noah Misch c0e190365b MinGW: Include .dll extension in .def file LIBRARY commands. 11 years ago
Robert Haas 7f609a10ad Add missing equals signs to pg_recvlogical documentation. 11 years ago
Heikki Linnakangas 22926e00f7 Fix two bugs in tsquery @> operator. 11 years ago
Bruce Momjian a4da35a0d2 Add variable names to two LWLock C prototypes 11 years ago
Tom Lane f455fcfdb8 Avoid unportable strftime() behavior in pg_dump/pg_dumpall. 11 years ago
Tom Lane 9711fa0608 Fix undersized result buffer in pset_quoted_string(). 11 years ago
Tom Lane a4523c5aa5 Improve planning of btree index scans using ScalarArrayOpExpr quals. 11 years ago
Peter Eisentraut 17009fb9eb Fix TAP tests with Perl 5.12 11 years ago
Peter Eisentraut 5c3d830e44 Fix TAP tests with Perl 5.8 11 years ago
Andres Freund 4a54b99e9c Add native compiler and memory barriers for solaris studio. 11 years ago
Heikki Linnakangas db29620d4d Work around Windows locale name with non-ASCII character. 11 years ago
Heikki Linnakangas c0c1f6fc97 Forgot #include "pg_getopt.h", now that pg_controldata uses getopt. 11 years ago
Heikki Linnakangas 2d53003432 Complain if too many options are passed to pg_controldata or pg_resetxlog. 11 years ago
Heikki Linnakangas 22b743b2ca Oops, the commit accept pg_controldata -D datadir missed code changes. 11 years ago
Robert Haas 85bb81de53 Fix off-by-one error in 2781b4bea7. 11 years ago
Alvaro Herrera 3c2aa0c6f2 psql: complain if pg_dump custom-format is detected 11 years ago
Alvaro Herrera b01a4f6838 Update README.tuplock 11 years ago
Tom Lane 43ac12c6e6 In type_sanity, check I/O functions of built-in types are not volatile. 11 years ago
Tom Lane b34d6f03db Improve ispell dictionary's defenses against bad affix files. 11 years ago
Robert Haas 2781b4bea7 Perform less setup work for AFTER triggers at transaction start. 11 years ago
Fujii Masao efbbbbc8b5 Remove the unused argument of PSQLexec(). 11 years ago
Robert Haas 5ac372fc1a Add a function to get the authenticated user ID. 11 years ago
Fujii Masao c7371c4a60 Prevent the already-archived WAL file from being archived again. 11 years ago
Peter Eisentraut e64d3c5635 Minimize calls of pg_class_aclcheck to minimum necessary 11 years ago
Peter Eisentraut a5f7d58194 Add tests for sequence privileges 11 years ago
Tom Lane 69fed5b26f Ensure libpq reports a suitable error message on unexpected socket EOF. 11 years ago
Michael Meskes 2ae7811db8 Small code cleanup. 11 years ago
Heikki Linnakangas 98b3743779 Update comment. 11 years ago
Noah Misch 284590e416 MinGW: Use -static-libgcc when linking a DLL. 11 years ago
Noah Misch 53566fc094 MinGW: Link with shell32.dll instead of shfolder.dll. 11 years ago
Tom Lane 31dd7fcd03 Update expected/sequence_1.out. 11 years ago
Peter Eisentraut 6f04368cfc Allow input format xxxx-xxxx-xxxx for macaddr type 11 years ago
Peter Eisentraut 5d93ce2d0c doc: Check DocBook XML validity during the build 11 years ago