Commit Graph

1399 Commits (9f42a56a02be764ceeb865f53c875b61c20d23eb)
 

Author SHA1 Message Date
Vadim B. Mikheev 9f42a56a02 Fix for text_lt/text_le to avoid warnings if not def USE_LOCALE. 29 years ago
Vadim B. Mikheev 42e72503a1 #include <string.h> 29 years ago
Vadim B. Mikheev f3054b24c2 Fix for -Wno-error 29 years ago
Marc G. Fournier 85a95b9b0d Here is the Mismatched input/output patch for tintervals as reported over 29 years ago
Marc G. Fournier fd8e90a848 Add a --with-compiler switch that allows someone to specify: 29 years ago
Marc G. Fournier 49153540da From: adrian@waltham.harvard.net 29 years ago
Vadim B. Mikheev 8466811335 Fix for -Wno-error 29 years ago
Vadim B. Mikheev d6b8f637f9 CommitInfoNeedsSave[buffer - 1] = 0 29 years ago
Vadim B. Mikheev 538f58c04c #ifdef BTREE_BUILD_STATS enables to get executor stats for btree 29 years ago
Vadim B. Mikheev d94c7fc4c5 1. Declaration 29 years ago
Vadim B. Mikheev 949ab57c7a Declaration 29 years ago
Vadim B. Mikheev d3dfc664d0 PrintBufferUsage() changed to report about shared, local and direct 29 years ago
Vadim B. Mikheev 55f5354380 Fix bttextcmp() to use unsigned char*. 29 years ago
Marc G. Fournier cbaa98835c From: Raymond Toy <toy@rtp.ericsson.se> 29 years ago
Marc G. Fournier 8834795ebf From: Raymond Toy <toy@rtp.ericsson.se> 29 years ago
Marc G. Fournier a1f229b19e From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> 29 years ago
Marc G. Fournier cfe0d67dc1 Some slight changes to the Wisconsin Benchmark tests since postgres requires 29 years ago
Vadim B. Mikheev a0d63ac98c The patch fixes a rare bug that may occur when one tries to vacuum a single 29 years ago
Marc G. Fournier ba697c8c0b Fix a problem with Linux where yacc is *really* bison -y 29 years ago
Vadim B. Mikheev be0e8f7fb0 connectDB(): setsockopt (..., TCP_NODELAY, ...) added. 29 years ago
Vadim B. Mikheev 4d985ea96b StreamConnection(): setsockopt (..., TCP_NODELAY, ...) added. 29 years ago
Vadim B. Mikheev 329fb11262 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given 29 years ago
Vadim B. Mikheev afd9295786 BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given 29 years ago
Marc G. Fournier cacaaed62b A couple of cleanups from Scott Harrison <Scott_Harrison@next.com> 29 years ago
Marc G. Fournier 94893bb962 Oops, don't forget to remove the CASSERT=true line 29 years ago
Marc G. Fournier f9d2ec0eba Have CASSERT enabled/disabled via configure, and passed through config.h 29 years ago
Marc G. Fournier 5dcc9bef6e Patch for Solaris 2.5 from: adrian@waltham.harvard.net 29 years ago
Marc G. Fournier 6fd4e2b414 Various minor HP related patches from: 29 years ago
Marc G. Fournier 9778b946e5 A small fix, where default: condition in case had not 'break;'...not required, 29 years ago
Marc G. Fournier 88d740462f From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier d8a300d867 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has two 29 years ago
Marc G. Fournier 953ac7b55a Fix up the -Wno-error problem for non-gcc compilers 29 years ago
Marc G. Fournier a69c5fc81a Add ccsym to tools to determine OS/compiler specific symbols 29 years ago
Marc G. Fournier f2b98c4624 Fixes for [] escaping pointed out by Adrian 29 years ago
Marc G. Fournier 32523e4cb8 scripts required by configure to bypass its inabilty to use []'s inside of 29 years ago
Marc G. Fournier cecfd642f5 Make sure that Makefile.${PORTNAME} is link'd and that teh port/*.h 29 years ago
Marc G. Fournier 09a5dabc30 Remove port specific Makefile 'targets' (ie. shared libraries) from 29 years ago
Marc G. Fournier 7113e880b8 More more of the include files under the include directory 29 years ago
Marc G. Fournier 9956fa056a remove the port related .h files from the top level directory. 29 years ago
Marc G. Fournier 02fa41951b Fix detection of install vs installbsd 29 years ago
Marc G. Fournier df2374f024 Make sure postgres.h is included before we start checking #ifdef's for other 29 years ago
Marc G. Fournier fcf7d45b36 Get rid of the .sql files out of the Makefile 29 years ago
Marc G. Fournier 6da05a7b83 Major cleanup of Install instructions 29 years ago
Marc G. Fournier 1e9b80a2fd modifications to pg_dump towards supporting dumping of ACLs (doesn't work yet!) 29 years ago
Marc G. Fournier bb0a17412d Change BACKEND to CFLAGS 29 years ago
Marc G. Fournier bc97905a15 Finish removing the TEST_MAIN stuff, which was mean for standalone 29 years ago
Marc G. Fournier fac81b448c Fix #include "cash.h" to be #include <utils/cash.h> 29 years ago
Marc G. Fournier 02d55fc6ca Update man page, listing new \z value 29 years ago
Marc G. Fournier f986173e35 Add a \z command to psql that lists off grant/revoke permissions 29 years ago
Vadim B. Mikheev 81489528d0 Copy indexkeys in _copyIndexPath. 29 years ago